Skip to content

Latest commit

 

History

History

guess-game

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Guess game

You try to guess a number between 0 and 10

Worked concepts

  • variables
  • control flow
  • loop
  • functions
  • random numbers
  • imports
  • f strings
  • try/except