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

7 lines
107 B
Python
Raw Normal View History

2021-12-10 09:43:51 +00:00
from random import randint
de = randint( ____ , ____)
if ____ :
print(gagné!)
else:
print(perdu)