Show:
Questions
Responses
Print
STRINGS
IF/ELSE
LOOPS
FUNCTIONS
LISTS
100
What do the following lines of code print out? print("Hello World") print("Hey")
Hello World