18.8k views
1 vote
21

What does the following code print?
if 4 + 5 == 10:
print("TRUE")
else:
print("FALSE")
print("TRUE")
(2 Points)

User Velis
by
3.9k points

1 Answer

4 votes

Answer:

error

Step-by-step explanation:

User AndrewO
by
4.3k points