import random for i in range(10); print(random.randint(1, 1000)) x = input("wpisz coś") print(x) if int(x) == 5: print("zgadleś")