Skip to content

Instantly share code, notes, and snippets.

@GravenilvecTV
GravenilvecTV / main.py
Last active June 27, 2024 17:17
APPRENDRE LE PYTHON #5 ? LES BOUCLES
# importation du randint
from random import randint
# choisir un nombre aleatoire entre 1 et 1000
just_price = randint(1, 1000)
# statut du jeu (activé/désactivé)
running = True
# tant que le jeu est en cours d'éxécution