0
What is wrong?? x =int(input("please put number")) y =int(input("please put the second one")) if x+y>0: print("positive number"
2 ответов
+ 1
x =int(input("please put number"))
y =int(input("please put the second one"))
if x+y>0:
print("positive number")
elif x+y<0:
print("negative number")