Coursera Python for Everybody EP-8 | Assignment 3.1 Solution (Week 5) | Shoeb Solves

preview_player
Показать описание
Hi guys, in this video I solved the assignment 3.1 of Coursera Python for Everybody. Hope you find it useful.

"Coursera Python for Everybody" Playlist:

#shoebsolves #Coursera_Python_for_Everybody #Assignment3_1_Solution
Рекомендации по теме
Комментарии
Автор

hrs = input('Enter Hours:')
h = float(hrs)
rt = input ('Enter Rate per Hours:')
r=float(rt)

if h<=40:
pay=h*r
print (pay)

else:
reg= r*40
otp = (h-40)*1.5*r
pay = reg + otp
print (pay)

negan
Автор

you have helped today than my dad in 20 years🙏🙏

PLastic_foodsCODM
Автор

Please tell me if your output window is same as desired output but written mismatched in output window it can't be change what could i do now?

maliksamid
welcome to shbcf.ru