Skip to content

Instantly share code, notes, and snippets.

@Proxdlahess
Proxdlahess / main.py
Created December 12, 2024 19:34 — forked from GravenilvecTV/main.py
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