Question: python a=2 a=a+2 print(ar,a) will print T Write a Python program to accept a number as input and find corresponding month name, for example if

python
a=2 a=a+2 print("ar","a") will print T Write a Python program to accept a number as input and find corresponding month name, for example if the user enter 1 print January, if 2 print February and so on till number 7, otherwise print WRONG INPUT. 1 %
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
