7 lines
107 B
Python
7 lines
107 B
Python
from random import randint
|
|
de = randint( ____ , ____)
|
|
if ____ :
|
|
print(gagné!)
|
|
else:
|
|
print(perdu)
|