+ 1
I didn't understand "not".....???
8 Respostas
+ 5
it is not True
understand?
it is a var and you want to know if it is True or false. if it is false you get True. that easy
+ 4
Well you can think like this , for example : not 1==1, you should know 1==1 returns True so it becomes not True ,so it returns False . :)
+ 2
NOT means if u input true and output becomes false dats "not"
+ 2
basically it's produces an inverted output i.e.
input: output
true=false
false=true
+ 2
true
+ 2
Not means no 'no it's not true' or 'it's false statement' so for not operating a false statement is displayed or executed
+ 2
Considering TRUE and FALSE is the two side of a coin, NOT is the operation to switch one sider to the other side.
If a statement equals TRUE, then you NOT the statement and you get FALSE.
+ 2
Not true =false and vice versa