0
Pay = Hrs*Rate
Need to get input values of hrs and rate from user https://code.sololearn.com/cxLc5mpYAyFP/?ref=app
1 Answer
0
# Manikanta Subhash Alapati !
# You are almost there! Just a few minor changes in the last line:
print("Pay: " + str(Pay))