- 2
hrs = raw_input('Enter hours:') h = float(hrs) rate = raw_input('Enter rate:') r = float(rate) pay = 0 if h <= 40: pa
I got eorry which in 11 line
1 ответ
- 1
Code does not belong in the title.
It would help if you would post your code on the code playground and link it here. That way people can take a look and see what's going on.