Feat: QF S50 pour les 2nd
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2021-12-10 10:43:51 +01:00
parent 9ce0c6c47d
commit 9e47a9ffaa
9 changed files with 238 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
from random import randint
de = randint( ____ , ____)
if ____ :
print(gagné!)
else:
print(perdu)

View File

@@ -0,0 +1,8 @@
from random import randint
de = randint( ____ , ____)
if ____ :
print("Gagné le gros lot!")
elif ___ :
print("gagné le petit lot!")
else:
print("perdu")