Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 226 Bytes

README.md

File metadata and controls

7 lines (6 loc) · 226 Bytes

NumberGame-Flask

Number guessing game using Python with Flask

Features:

  • random number generator stored in session
  • user-submitted number is compared to number stored in session
  • displays if guess is too high or too low