What is the output of following code ?
if (4 + 5 = = 10):
print ("TRUE")
else :
print (" FALSE ")
print ("TRUE")
Answers
Answered by
6
Answer:
print ("FALSE")
Explanation:
mark me brainlist plzzzz
Answered by
0
Answer:
false
Explanation:
it should not correct
Similar questions