from random import randint
de = randint(0, 100)
if de > 75:
    print(gagné!)
else:
    print(perdu)