Search Header Logo

Grade 6- PRINT statement in Python

Authored by Bloomington Innovation

Computers

6th Grade

Used 9+ times

Grade 6- PRINT statement in Python
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does the print() function do in Python?

Adds two numbers

Displays a message on the screen

Saves a file

Opens a webpage

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What will be the output of the following code?

print("Hello, World!")

Hello World

Hello,World

Hello, World!

Hello! World!

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following can be printed using the print() function?

Numbers only

Text only

Both numbers and text

Only emojis

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What will be the output of this code?

print(5+3)

53

8

5+3

35

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What happens if we write print( ) without anything inside the brackets?

It shows an error

It prints None

It prints a blank line

It prints Empty

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is correct syntax for a print statement?

a) print "Hello"

b) print(Hello)

c) print("Hello")

  1. d) print("Hello" + )

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the error in the following code?

print "Hello, World!"

Missing + between words

No error

Missing parentheses ( )

Extra space after print

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

Microsoft

Continue with Microsoft

or continue with

Facebook

Facebook

Apple

Apple

Others

Others

Already have an account?