Menu

Print Function - Quiz

1. What is the purpose of the print function?

Send text to a printer
Display text in the console
Prompt the user to input text
Store data

2. Evil Question: Which of the following print statements are valid?

Select as many answers as appropriate

print “Hello World”
print(“45”)
print(“Hello World”)
print(45)
Print(45)
print(Hello World)

Log in or sign-up to access the quiz



Don't have a login?

You can still revise this topic