x,y=5,9 if(x+y==10): print ("true") else: print ("false") write it's output
Answers
Answered by
0
Answer:
false
Explanation:
5+9= 14
14 not equal to 10
so (x+Y==10) false
so false is the output so the else part is printed
Similar questions
Math,
2 months ago
Social Sciences,
2 months ago
Math,
2 months ago
Social Sciences,
5 months ago
Math,
5 months ago
Computer Science,
10 months ago
Sociology,
10 months ago