Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 715 Bytes

File metadata and controls

11 lines (6 loc) · 715 Bytes

Guess the Number Game

This Python program generates a random number and asks the user to guess this number. It is inspired by a practice project from the Python programming course "Python Generation: Beginner's Course".

Description

This Python program is an interactive game where the player tries to guess a randomly generated number within a specified range. The program prompts the player to enter the maximum natural number that can be guessed (at least 2), generates a random number between 1 and the number entered by the user, and then asks the player to guess this secret number.

Author

Sergey Torshin @torshin5ergey