Question: Hello, I have a python3 cgi lab that asks for a pull-down menu of the months: For this lab, you are to: Write a python
Hello, I have a python3 cgi lab that asks for a pull-down menu of the months:
For this lab, you are to:
- Write a python script that runs over http.
- Generate a neat form in a function (or multiple functions) that asks for month, day and year (a date) from pull down menus.
- Month is the full name of the month beginning with a capital letter chosen from a select/option list
- Day is an integer (1, 2, 3 through 31). You are required to use a loop in python to generate these options.
- Year is from 1900 until 2021. You are required to use a loop in python to generate these options.
- After the form is submitted, the screen will display the choices made in a neat date format.
- Choosing good labels and variables names is important.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
