what is difference between true and false statement | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

what is difference between true and false statement

10th Feb 2018, 3:30 PM
Harry Singh
Harry Singh - avatar
6 Answers
+ 1
I’m just giving a simple example showing that 9 is not equal to 10 and 10 is equal to 10. Sorry if it confuses you.
10th Feb 2018, 3:42 PM
Jax
Jax - avatar
+ 1
Sorry, could you elaborate more on your question? It's a little hard coming up with an answer with little information
10th Feb 2018, 3:33 PM
Faisal
Faisal - avatar
0
i dont understand your question give me some examples
10th Feb 2018, 3:33 PM
Daniel Prince
Daniel Prince - avatar
0
True means something came back positive like: a = 10 if a == 10: False means something came back negative like: A = 10 If A == 9: Hope this answers your question.
10th Feb 2018, 3:35 PM
Jax
Jax - avatar
0
A false statement isn't true, true statements are true. E.g. 8==9 is false, 8==8 is true.
10th Feb 2018, 3:38 PM
Daniel Prince
Daniel Prince - avatar
- 1
false statements means output that are not true relating to the input
11th Feb 2018, 2:15 AM
Ezekiel
Ezekiel - avatar