Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Python I agree that the task is not clear but it is what it is. At minimun: Pick two subjects (example, art, science, math, social
Python
I agree that the task is not clear but it is what it is.
At minimun:
- Pick two subjects (example, "art", "science", "math", "social studies", or any other school subject)
- Pick two "times" (example, "morning", "afternoon", "evening"
- You will ask one question that will require an int input, like what school year the student is in (freshman 1, sophomore 2, etc..)
- Include at least one try/except statement to validate the int input.
- You may include additional try/except statements.
- Include a function that takes two parameters; these parameters must be 1. the subject your classmate selected and 2. the time available
- use docstrings and/or comments to comment your code
- if for some reason you can't figure some part out of your program, write out the pseudo code. Just for having readable pseudo code and comments/docstring in your program you will get 6 points.
- The program must run. Include a screenshot of your program running.
- You must use nested if statements.
- Return unique classes based on classmates' choices.
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