- 2
What about: print("eleven" != 'eleven')?
What about: print("eleven" != 'eleven') ?
2 Antworten
+ 6
You can try it yourself and here's the explanation:
"!=" This operator means "Not equal to" .(It's explained in the lesson itself)
It returns true once the values are not equal to each other and returns false when they're equal.
So, they're equal so, it returns false.
But I think you shouldn't ask for output. You can get it yourself but if you don't know "How" then you're free to ask.
+ 5
what shouöd be with this?
you can run the code and then you know the result!! Please use useful tags (like the programming language)