import random for i in range(100): if random.choice(range(1,10)) < 6: print(sucses!) else: print(fall)