/Guess-the-number

Guess a random generated number

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

Guess the number

Guess a random generated number with python

What I Learned

  • How to work with a random number generator
  • How to use Int, Float and Str
  • How to use functions and how to use if- & while-statements