0
python code please
Create a program that stores the days of the week in a list and prompts the user to enter a numerical value for the day of the week and then displays the day in text form. output 1 Monday 2 Tuesday 3 Wednesday 4 Thursday 5 Friday 6 Saturday 7 Sunday
1 Answer
+ 8