+ 2
What is meaning of ! In Python
4 ответов
+ 6
! Means not.
Like != (not equal)
Or !(true) == (false)
+ 1
'!' means not
For example,
If u use ! In a statement like,
a!=b
Then it explains that variable a is not equal to variable b.
It's simple and u can use it easily.
Hope this helps😊😊😊
+ 1
'!' means not
For example,
If u use ! In a statement like,
a!=b
Then it explains that variable a is not equal to variable b.
It's simple and u can use it easily.
Hope this helps😊😊😊
0
means not
and it almost use in all popular programming languages