Feat: QF S50 pour les 2nd
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
6
2nd/Questions_flashs/P2/code/50-1.py
Normal file
6
2nd/Questions_flashs/P2/code/50-1.py
Normal file
@@ -0,0 +1,6 @@
|
||||
from random import randint
|
||||
de = randint( ____ , ____)
|
||||
if ____ :
|
||||
print(gagné!)
|
||||
else:
|
||||
print(perdu)
|
8
2nd/Questions_flashs/P2/code/50-3.py
Normal file
8
2nd/Questions_flashs/P2/code/50-3.py
Normal 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")
|
Reference in New Issue
Block a user