x,y=5,9
if(x+y==10):
print(“True”)
else:
print(“False”)
Answers
Answered by
0
Answer:
true
Explanation:
Answered by
4
Explanation:
Think so it is false bcoz 5+9=14 not10
Similar questions