brunoharlein / find_number

simple exercise of a game "find the number"

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

find number (trouve le nombre)

Dans ce mini projet vous allez traiter :

  • Instruction import
  • Modules
  • Fonction randint()
  • Instruction for
  • Blocs
  • Fonction str(), int() et float()
  • Booléens
  • Opérateurs de comparaison
  • Conditions
  • Différence entre = et ==
  • Instruction if
  • Instruction break

Le programme demande votre nom Il faudra choisir un nombre compris entre 1 et 20 Le joueur a 6 tentatives pour trouver le bon nombre.

About

simple exercise of a game "find the number"


Languages

Language:Python 100.0%