9 lines
168 B
Python
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")
|