a = int(input("Zadej prvni cislo")) b = int(input("Zadej druhe cislo")) print("Souce je", a + b)