Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Programming Practice 3.1: Simple If Statements (Days of the week) 20 pts 0 Not Submitted Due Feb 9, 2020 at 11:59 PM Submission Types Website

image text in transcribed
image text in transcribed
image text in transcribed
Programming Practice 3.1: Simple If Statements (Days of the week) 20 pts 0 Not Submitted Due Feb 9, 2020 at 11:59 PM Submission Types Website URL 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

Step: 1

blur-text-image

Get Instant Access with AI-Powered Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Students also viewed these Databases questions