Search Header Logo

Printing in Python

Authored by Mr. So

Computers

8th Grade

Used 25+ times

Printing in Python
AI

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

print

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

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

Already have an account?