标签: 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)