Question: Please help with these. Problem 1: Create a list that contains the days of the week, Sunday, Monday, etc. Prompt the user to enter a

Please help with these.
Problem 1: Create a list that contains the days of the week, Sunday, Monday, etc. Prompt the user to enter a number between 0 and 7, where 0 is Sunday, 1 is Monday, etc. Using the number entered by the user, find the corresponding day of the week and display the name back to the user with the phrase: "You have selected put the day of the week here. Problem 2: Create a variable named specChars and assign it the values of all the punctuation items available on the top row of the keyboard, starting with the value above the number 1 through the value above the number 0. For example: !@# :.. Prompt the user to enter a number between I and 10. For the number of times given by the user, randomly select one of the punctuation items in the specChars variable using the random.choice) function. Print the value that is chosern. Problem 3: A kindergarten teacher is trying to determine what supplies will need to be purchased for the upcoming year. For each student in her classroom, she will need 1 box of crayons, 2 boxes of tissues, 5 pencils, 3 erasers, and 4 rolls of paper towels. Prompt the teacher to enter the number of students Calculate how many of each item will need to be purchased. Print the name and number of each item
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
