x=float(input("Введіть значення x ="))
y=float(input("Введіть значення y ="))
z=input("Введіть дію (+, -, /, *,) = ")
elif z==+:
print(x+y)
elif z==-:
print(x-z)
x=float(input("Введіть значення x ="))
y=float(input("Введіть значення y ="))
z=input("Введіть дію (+, -, /, *,) = ")
elif z==+:
print(x+y)
elif z==-:
print(x-z)