a = float(input("Introduceti a: "))
b = float(input("Introduceti b: "))
print("a+b = " + str(a+b))