What is the output of the following code: if ( 4+5 == 10):
print(“TRUE”) else:
print(“False”) print(“True”)
Answers
Answered by
7
Answer:
it is false
I hope you like the answer
Similar questions