Answered step by step
Verified Expert Solution
Question
1 Approved Answer
in python Write a program that asks the user when it rained this week, and then tells them how many days were rain free An
in python
Write a program that asks the user when it rained this week, and then tells them how many days were rain free An interaction with your program should look like this: wihich days had rainz Monday Tuesday Wednesday Number of days without rain: 4 Or like this: Which days had rain? Thurs Number of days without rain: 6 You don't need to check whether the user's input makes sense (i.e whether they have entered valid days of the week) 9 Hint Don't get caught out by the difference between data.split() and data.split(' ) when datasuch as might occur when there were no rainy daysStep by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started