0
what is the code? on this code file0.py:12: SyntaxWarning: "is not" with a literal. Did you mean "!="? print (120 is not y)
file0.py:12: SyntaxWarning: "is not" with a literal. Did you mean "!="? print (120 is not y)
2 Answers
+ 5
julyan ,
plaese link your code here, so that we can see what the issue is.
+ 1
you can do
print(120 != y)