标签: python-3.x
`xh = input("Enter Hours: ") xp = float(xh) * float(xr) print('Pay:',xp)
意外令牌附近的语法错误 `xh = input(“ Enter Hours:”)'