Question: In python also Heres the specific template I want to use #input #calc #output / print 4 . For each question you must provide output

In python
also Heres the specific template I want to use
#input
#calc
#output/print 4. For each question you must provide output for 3 test runs (use the sample test run data already provided plus the rest yourself). For each question that do not have 3 test runs a zero will be given even if the program runs correctly.
5. You must use the data in the sample test runs that are given in the question. Provide your own data whenever there is no sample run data.
6. If the program does not run a zero will be given
7. Your test run must be exactly the same as the sample test run specifications provided. If the program runs but does not fulfill all the specifications stated in the question, a zero score will be given.
8. Use topics covered in class up till sets(Lesson 1 to Lesson 51). Using global variables and topics or tools not in Lesson 1 to Lesson 51 will result in a zero for that question.
** all functions must include docstrings and type hints(annotations). Programs with functions must have the statement at the end of the program before calling the main() function. Functions must be separated with 2 blank line spacings.
if __name__=="__main__":
NO GLOBAL VARIABLES ALLOWED FOR THIS LAB, a zero will be given to any program with global variable. The break and continue statements are not allowed and a zero will be given for the program that contains those two statements.
In python also Heres the specific template I want

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!