Home > Back-end >  Python programming for help (can't find the theme of the python plate, borrow a Java)
Python programming for help (can't find the theme of the python plate, borrow a Java)

Time:10-06

# write programs:
Enter a name and salary employees, including salary hourly wage, $9.25, for example,
Then asked how many hours the employees work last week, ensure that can receive the decimal hours,
Calculate the total wages, overtime work is part of (more than 40 hours a week) 1.5 times that of the normal wage
Output the employee's salary,
The following are the result of a run,

` ` `

Both Please input the employee 's name: Jack

Both Please input the employee 's hourly salary: 10.5

How many hours from the employee worked last week? 47.5

Jack 's salary last week is 538.12 dollars.
` ` `
  • Related