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

9 lines
168 B
Python

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