Question: Use at least 2 different comparison operators. Use at least 1 boolean operator ( and , or , not ). Write at least 1 if
Use at least 2 different comparison operators.
Use at least 1 boolean operator (and, or, not).
Write at least 1 if statement that MUST contain 2 elif statements and 1 else statement.
Write at least 1 while statement that contains a break and continue.
Write at least 1 for loop using the range() method.
Use the import keyword to import the random module. Use the random.randint() function somewhere in your script.
Help me with this question using Python.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
