a=float(input("Prvi broj"))
b=float(input("Drugi broj"))
c = a+b
print("Zbroj je:", c)
