What! mean in python? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

What! mean in python?

24th May 2019, 6:28 AM
Fehmi Ghouil
Fehmi Ghouil - avatar
5 Answers
+ 4
it means (not) at most programming languages.
24th May 2019, 10:28 PM
Saeed Alqassabi
Saeed Alqassabi - avatar
+ 3
I don't think there's a ! operator in Python. Python uses "not" instead. != means not equal.
24th May 2019, 6:53 AM
Anna
Anna - avatar
+ 1
Exclamation mark is represented not operator which convert 1 to 0 and 0 to 1
24th May 2019, 6:35 AM
Abhi
+ 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!
24th May 2019, 6:46 AM
Prince PS[Not_Active]
Prince PS[Not_Active] - avatar
+ 1
It's gives opposite value
24th May 2019, 6:49 AM
Lusss
Lusss - avatar