6 lines
102 B
Python
6 lines
102 B
Python
if __name__ == '__main__':
|
|
dice_roll = 5
|
|
|
|
if dice_roll > 4:
|
|
print("Lancer réussi !")
|