This repo contains top 25 python programs for beginners. In the order of complexity is as follows:
- Number guessing game - we use the math concept to guess a number. The user is given [log2(upper bound - lower bout +1]) chances to guess the number. This project covers the concept of conditions and use of math and random libraries.
- Word guessing game
- Hangman Game
- 21 number game
