x = int(input("Zadejte proměnnou: ")) if x % 2 == 0: print("Vámi zadaná poměnná", x, "je sudá") else: print("Vámi zadaná poměnná", x, "je lichá")