Question: Help with python please! Python Basics Assignment: Write a script called pythonl.py that requests (use input command) an employee's name, 4-digit employee ID (str), hourly
Python Basics Assignment: Write a script called "pythonl.py" that requests (use input command) an employee's name, 4-digit employee ID (str), hourly wage, and hours worked the previous week. Assign each item of information to a variable Assign a variable called pay and calculate the total pay Your test output should look exactly as follows: Employee's name: Bob Jones Inputs Employee' s 4-digit ID: 1df2 You are to use print statements to tab Employee's hourly wage: 10 Hours worked last week: 10 Bob Jones is employee Bob Jones worked 10.0 hours last week. ourly employeeID: 1df2 1 incorporate the inputs in the output lines Bob Jones earned $ 100.0 last week
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
