+ 2
What! mean in python?
5 Respuestas
+ 4
it means (not) at most programming languages.
+ 3
I don't think there's a ! operator in Python. Python uses "not" instead. != means not equal.
+ 1
Exclamation mark is represented not operator which convert 1 to 0 and 0 to 1
+ 1
Well Not operator (!) Is a logical operator that returns the opposite of result.
I.e. if the result came true it returns false
And if the result. Came false it returns true
Thanks!
+ 1
It's gives opposite value