Bertrand Benjamin
9e47a9ffaa
All checks were successful
continuous-integration/drone/push Build is passing
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")
|