I didn't understand "not".....??? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

I didn't understand "not".....???

29th Jun 2016, 4:18 PM
Aakash Sharma
Aakash Sharma - avatar
8 Answers
+ 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
29th Jun 2016, 4:21 PM
Loeschzwerg
+ 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 . :)
17th Jul 2016, 11:27 PM
DiYiFan
DiYiFan - avatar
+ 2
NOT means if u input true and output becomes false dats "not"
30th Jun 2016, 8:29 AM
Ravishanker Mani
Ravishanker Mani - avatar
+ 2
basically it's produces an inverted output i.e. input: output true=false false=true
2nd Jul 2016, 8:33 AM
Mukul
+ 2
true
5th Jul 2016, 6:36 PM
Boris Andrés Litardo Moyano
Boris Andrés Litardo Moyano - avatar
+ 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
9th Jul 2016, 5:34 AM
pronay jalvi
pronay jalvi - avatar
+ 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.
11th Jul 2016, 12:39 PM
df32
df32 - avatar
+ 2
Not true =false and vice versa
21st Jul 2016, 4:15 AM
Ivan
Ivan - avatar