subject
Social Studies, 14.02.2020 22:28 Jasten

In this lab, you add the input and output statements to a partially completed Python program. When completed, the user should be able to enter a year, a month, and a day. The program then determines if the date is valid. Valid years are those that are greater than 0, valid months include the values 1 through 12, and valid days include the values 1 through 31.

Instructions

Notice that variables have been declared for you.

Write input statements to retrieve a year, a month, and a day from the user.

Include the print statements to output the following:

month/day/year is a valid date.
or

month/day/year is an invalid date.
Execute the program entering the following input:

month = 5, day = 32 year = 2014
Execute the program entering the following input:

month = 9 day = 21 year = 2002

ansver
Answers: 3

Another question on Social Studies

question
Social Studies, 22.06.2019 07:30
Which of the following did the founding fathers see as a benefit of the federal structure (federalism) of government? a.) all power is concentrated in the national government. b.) the power is divided between national and state governments. c.) all the power is concentrated in the state and local governments. d.) the power is divided between the people and the government
Answers: 1
question
Social Studies, 22.06.2019 12:30
Which of the following policies can the government use to encourage entrepreneurship?
Answers: 2
question
Social Studies, 22.06.2019 20:00
Samantha is looking for a boyfriend. based on the gender differences explained in this activity, which is she likely to prefer?
Answers: 1
question
Social Studies, 22.06.2019 23:00
Jimmy carter served in the georgia senate from 1963-1967. which issue would he have been most likely to have delt with as a georgia senator
Answers: 1
You know the right answer?
In this lab, you add the input and output statements to a partially completed Python program. When c...
Questions
question
Mathematics, 07.03.2020 21:07