Question: Write a simple script in python, please include each of the following: Use at least 2 comparison operators. Use at least 1 boolean operator (
Write a simple script in python, please include each of the following:
- Use at least 2 comparison operators.
- Use at least 1 boolean operator (and, or, not).
- Write at least 1 if statement that contains 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.
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
