付款计算器无效语法

时间:2019-07-08 19:01:08

标签: python

简单的事情。意外令牌'('

附近的语法错误
Hours = int(input('How many hours did you work this week?'))
Rate = int(input('What is your hourly rate?'))
Pay = Hours + Rate
print(Pay)

0 个答案:

没有答案
相关问题