0
what is difference between true and false statement
6 Respuestas
+ 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.
+ 1
Sorry, could you elaborate more on your question? It's a little hard coming up with an answer with little information
0
i dont understand your question give me some examples
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.
0
A false statement isn't true, true statements are true. E.g. 8==9 is false, 8==8 is true.
- 1
false statements means output that are not true relating to the input