+ 1
Heyo what's wrong with this code
Can anyone X-Plane what's wrong with this code code - integer1=(int(input())) integer2=(int(input())) sign=(input()) if sign = "x": print(integer1 * integer2 )
4 Answers
+ 3
sign = input()
(ââ _â ) if sign == "x":
+ 4
look at the 'if statement', you are assigning a value instead of comparing
+ 3
THANK YOU BOTH OF YOU
+ 2
THANK YOU BOTH OF YOU