
Printing in Python
Authored by Mr. So
Computers
8th Grade
Used 25+ times

AI Actions
Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...
Content View
Student View
6 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which is the correct format in Python to print "Hello, World" in Google Colaboratory?
print Hello, World
Print "Hello, World"
print (Hello, World)
print ("Hello, World")
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Look at the following code:
name = "John"
print ("name")
What will be printed on the screen?
John
name
an error message
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Look at the following code:
age = 16
print (name)
What will be printed on the screen?
name
16
an error message
age
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Look at the following code:
name = "John"
age = 23
print ("name")
print (age)
What will be printed?
name
23
John
23
name
age
John
age
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Look at the following code:
name = "John"
age = 23
print (name)
print (age)
What will be printed?
name
age
John
age
John
23
name
23
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Look at the following code:
name = "John"
age = 23
print ("name")
print ("age")
What will be printed?
John
23
name
23
John
age
name
age
Access all questions and much more by creating a free account
Create resources
Host any resource
Get auto-graded reports

Continue with Google

Continue with Email

Continue with Classlink

Continue with Clever
or continue with

Microsoft
%20(1).png)
Apple
Others
Already have an account?