Question: Programming Practice 3.1: Simple If Statements (Days of the week) 20 pts Submitted Feb 13, 2020 at 10:11 PM Due Feb 9, 2020 at 11:59

 Programming Practice 3.1: Simple If Statements (Days of the week) 20
pts Submitted Feb 13, 2020 at 10:11 PM Due Feb 9, 2020
at 11:59 PM Submission Types Website URL Grade O Out of 20

Programming Practice 3.1: Simple If Statements (Days of the week) 20 pts Submitted Feb 13, 2020 at 10:11 PM Due Feb 9, 2020 at 11:59 PM Submission Types Website URL Grade O Out of 20 pts Points Submission & Rubric Description Lesson Objective(s): Get input from the user Use if / Elif statements Lesson: Complete the following program: Write a program that asks the user for a number in the range of 1 through 7. The program should display the corresponding day of the week, where 1 = Monday, 2 = Tuesday, 3 = Wednesday, 4 = Thursday, 5 = Friday, 6 = Saturday, and 7 = Sunday. The program should display an error message if the user enters a number that is outside the range of 1 through 7. Hint: Use if/elif for the days of the week and else for the error message Assignment Requirements: For this and future assignments, you will submit a link to the assignment you have uploaded to GitHub. Directions are in the required references. Please link directly to the .py file. Valid data: C:\Users\meriw\AppData\Local\Programs\Python\] Please enter a number between 1 and 7: 5 Thursday Invalid data: C:\Users\meriw\AppData\Local\Programs\Python Pyt Please enter a number between 1. and. 7: 9 That was not a valid. number

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!