0

What is the mean (!)

What is the mean (!)

23rd May 2018, 4:23 PM
Mahendra Kumar
Mahendra Kumar - avatar
2 Answers
+ 1
It's not operator like a!=b which means a is not equal to b or in bitwise !a which means not of a like if a = 0 then !a is 1
23rd May 2018, 4:40 PM
Yugabdh
Yugabdh - avatar
0
Not. Like: if (!reachedGoal()): #Do Blablabla......
23rd May 2018, 8:40 PM
Paul Grasser
Paul Grasser - avatar