Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 471 Bytes

File metadata and controls

6 lines (5 loc) · 471 Bytes

Current projects

1. Random Number Generator Guessing Game (number_guessing_game.py)

Purpose: To choose one of three ranges for number guessing, then repeat guessing until the right number is guessed.

  • A hint is provided after every guess, whether higher or lower than the generated number.
  • Focuses on learning how to import modules, handle user input of int or float values by conversion, and creating logically correct loops using the keywords while and if.