Question: 1. Write a Python program that prompts the user to enter the current month name and prints the season for that month. Hint: If the
1. Write a Python program that prompts the user to enter the current month name and prints the season for that month. Hint: If the user enters March, the output should be "Spring"; if the user enters June, the output should be "Summer", etc. 2. Write a Python program (using a loop) that prints out all the multiples of 3 down from 40 to 0 in descending order
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
