Search for question
Question

1. You must turn in one Python file.

• You must comment on key aspects of code (function definitions, explain your logic before conditionals, comment inner and outer loops). You should

briefly explain your logic and what's happening where you're commenting.

2. You must turn in 1 stack trace for your program.

o You will complete stack traces for each function for one unique set of test data.

o Where something is randomly generated, pick something yourself that is within scope. (So if randomly generated between 1-25, you can just pick 8

for the stack trace, etc.)

o These functions repeat until either the player or computer has won the game.