inp = input('Enter Hours') print(inp) Hour = 20 Rate = 10 Pay = Hour * Rate print(Pay)