Question
Code it in Python: Print out the following message Welcome to Month Conversion App Please choose a number between 1 and 12: and store it
Code it in Python:
Print out the following message
Welcome to Month Conversion App
Please choose a number between 1 and 12:
and store it in a variable called month
Depending on the input in month, display the corresponding month to the number entered.
If 1 is entered then display January
If 2 is entered then display February
If 3 is entered then display March
If 4 is entered then display April
If 5 is entered then display May
If 6 is entered then display June
If 7 is entered then display July
If 8 is entered then display August
If 9 is entered then display September
If 10 is entered then display October
If 11 is entered then display November
If 12 is entered then display December
if it is none of these display - Error, Invalid Entry
Step 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