Files
2025-07-04 19:26:39 +02:00

6 lines
102 B
Python

if __name__ == '__main__':
dice_roll = 5
if dice_roll > 4:
print("Lancer réussi !")