Question: need coding in python. Use variables to store data that is input by the program user and read from the keyboard. Construct the variable names


need coding in python.
Use variables to store data that is input by the program user and read from the keyboard. Construct the variable names using the underscore name separator method (snake case). (pay_rate total_pay days_in_month pet_name) Use comments to identify the program code blocks - Program introduction - Variable declaration and initialization - Input - Process - Output FYI - the textbook often overuses comments to better explain what each line or small section of code does for better student understanding and learning. When vou write code, use in-line and small-block comments sparingly and only when absolutely needed. Use: i. a variable for the input day number ii. a variable for the day name There are no constants in this program Enter a number (17) for the day of the week: 4 Matching day for number 4 you entered is Thursday RESTART : Enter a number (1-7) for the day of the week: 7 Matching day for number 7 you entered is Sunday Enter a number (17) for the day of the week: 1 Matching day for number 1 you entered is Monday RESTART : DAY MATCH ================== Enter a number (1-7) for the day of the week: 12 ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! NUMBER ERROR ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! Must enter number 1 - 7 . Matching day for number 12 you entered is 'No day match
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
