Question: 1. make a python program that chooses a random integer between 1 and 20 and then asks the user to guess that number. To each
1. make a python program that chooses a random integer between 1 and 20 and then asks the user to guess that number. To each guess the program indicates whether it is "too high", "too low", and prompts the user to guess again, or "correct" and congratulates the user. There is a maximum of 3 tries, and the program also gives the user the opportunity to play again or to stop playing.
2. make a program that takes a list of words (i.e., strings) and returns the length of the shortest word, the length of the longest word, and the current time.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
