https://github.com/zrainerzz/beginner_projects_python
https://github.com/zrainerzz/beginner_projects_python
practice-project python python3
Last synced: 5 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/zrainerzz/beginner_projects_python
- Owner: zRainerzz
- Created: 2024-07-23T20:46:09.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-26T11:04:14.000Z (almost 2 years ago)
- Last Synced: 2025-01-03T08:43:37.289Z (over 1 year ago)
- Topics: practice-project, python, python3
- Language: Python
- Homepage:
- Size: 6.76 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Task: Below are the steps:
Build a Number guessing game, in which the user selects a range.
Let’s say User selected a range, i.e., from A to B, where A and B belong to Integer.
Some random integer will be selected by the system and the user has to guess that integer in the minimum number of guesses