Need done in python, thanks.
Extracted text: 15. (6 points) A flag is used to a. Count the number of times a situation happened b. Record how long ago a situation happened c. Indicate if a situation happened or not at some time in the past d. Store the value of the error message if one happens e. Display a rectangular shape on a graphics window 16. (6 points) Given below is a for loop. Write an equivalent while loop that gives the same output. for i in range(3): print(i * 2)
Already registered? Login
Not Account? Sign up
Enter your email address to reset your password
Back to Login? Click here