import random sayi1 = random.randrange(1,9) sayi2 = random.randrange(10,99) x = sayi1 + sayi2 if x == 33: print("Doğru!") else: print("Yanlış!")