If you're seeing this message, it means we're having trouble loading external resources on our website.

If you're behind a web filter, please make sure that the domains *.kastatic.org and *.kasandbox.org are unblocked.

Main content

Trace program execution

Problem

Consider the following program.
print("Khan" + "Academy")
print("Is + awesome!")
What is the output of the program?
Choose 1 answer: