Build a computer guessing game in Python
As I have been writing games in Python to improve my programming skills, I have written a short game concerning random numbers. The player writes down a number between 0 and 100, and the computer gets to guess what the number is. This guessing game is composed as a while loop and an if statement within the loop. A flowchart of the program is displayed below to illustrate the complex nature of the loops and conditional statements that I coded. The flowchart above is pretty self explanatory, but the code, listed below states how the program works.
Feb-28-2021, 10:10:08 GMT