I can't figure out why im getting this syntax error

前端 未结 0 688
星月不相逢
星月不相逢 2021-02-03 17:33
`xh = input("Enter Hours: ")
xp = float(xh) * float(xr)
print(\'Pay:\',xp)

syntax error near unexpected token `xh = input("Enter Hours: &

相关标签:
回答
  • 消灭零回复
提交回复
热议问题