2021-2022/2nd/Questions_flashs/P2/code/50-3.py

9 lines
168 B
Python
Raw Normal View History

2021-12-10 09:43:51 +00:00
from random import randint
de = randint( ____ , ____)
if ____ :
print("Gagné le gros lot!")
elif ___ :
print("gagné le petit lot!")
else:
print("perdu")