Python Tutorial | Weekly pay program | step by step tutorial calculate a weekly pay | with source cd

Publicado el: 16 agosto 2020
en el canal de: ndi_shima1
7,251
57

This program calculate a weekly pay for employees.
source code available below copy and paste into your editor test run.
do not forget to like & subscribe.!

hourlyRate=8.75
currency='£'
daylyHours=input('Enter daily hours: ')
daysOfTheWeek=input('How many days a week? ')
#doing computation
toTalHoursPerWeek=float(daylyHours)* int(daysOfTheWeek)
payDay=float(toTalHoursPerWeek)*int(hourlyRate)

print()
print('Hours a days: ',daylyHours)
print('Hours a week:',toTalHoursPerWeek)
print('Hourly Rate:',hourlyRate)
print(currency+'',payDay,''+'NET PAY A WEEK')


En esta página del sitio puede ver el video en línea Python Tutorial | Weekly pay program | step by step tutorial calculate a weekly pay | with source cd de Duración hora minuto segunda en buena calidad , que subió el usuario ndi_shima1 16 agosto 2020, comparta el enlace con amigos y conocidos, en youtube este video ya ha sido visto 7,251 veces y le gustó 57 a los espectadores. Disfruta viendo!