Skip to content

Latest commit

 

History

History
6 lines (6 loc) · 441 Bytes

File metadata and controls

6 lines (6 loc) · 441 Bytes

Python_beginners_projects_codes

This repo contains top 25 python programs for beginners. In the order of complexity is as follows:

  1. 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.
  2. Word guessing game
  3. Hangman Game
  4. 21 number game