Question: 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 days
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
