Question: # Create a python program that will ask the user for 3 inputs: # - year ( int ) # - month ( string )
# Create a python program that will ask the user for inputs:
# year int
# month string
# day int
# and print the date.
# Example:
# If the user input is:
#
# March
#
# your program will print: "The date is March
#
# Write your code here:
year eval input Enter year:
month inputEnter month:"
day eval input Enter day:
printThe date is day, month, year
print fThe date is daymonthyear
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
