Pay = Hrs*Rate | Sololearn: Learn to code for FREE!
Neuer Kurs! Jeder Programmierer sollte generative KI lernen!
Kostenlose Lektion ausprobieren
0

Pay = Hrs*Rate

Need to get input values of hrs and rate from user https://code.sololearn.com/cxLc5mpYAyFP/?ref=app

14th Jan 2023, 6:25 AM
Manikanta Subhash Alapati
1 Antwort
0
# Manikanta Subhash Alapati ! # You are almost there! Just a few minor changes in the last line: print("Pay: " + str(Pay))
14th Jan 2023, 7:03 AM
Per Bratthammar
Per Bratthammar - avatar