No student devices needed. Know more
13 questions
What will be the output?
name = "Dave"
print (name)
Dave
'Dave'
name
(name)
It displays an output
What is the output from the following code?
print ("hello world")
What is the Python built-in function used to display numbers and text on the screen?
input
output
command
The punctuation requirements for printing a string in Python are:
( ) , ! and " "
( ) and !
( ) and " "
" " and !
What will be the output?
name = "Dave"
print ("name")
Dave
"Dave"
name
"name"
Explore all questions with a free account