2022PythonExamples/6 - While Loops Break Continue and Loop Translation/Challenge
2022-12-17 16:15:53 -05:00
..
main.py Adding as many examples as I've converted so far. 2022-12-10 17:18:44 -05:00
README.md More README Work 2022-12-17 16:15:53 -05:00

6 - While Loops, Break/Continue, and Loop Translation - Challenge

Write a program that generates a random number, and repeatedly asks the user to guess the number, telling them if they're too low, too high, or if they guess correctly. The program should end once they guess the correct number.