Grade 6- PRINT statement in Python

Grade 6- PRINT statement in Python

6th Grade

10 Qs

quiz-placeholder

Similar activities

Lord Bill's Year 7 Python Quiz

Lord Bill's Year 7 Python Quiz

6th - 8th Grade

13 Qs

Intro to Python

Intro to Python

KG - University

10 Qs

Comments in Python

Comments in Python

5th - 8th Grade

10 Qs

Python-Basic

Python-Basic

3rd Grade - University

15 Qs

Python Basics

Python Basics

6th - 12th Grade

9 Qs

Python Variables

Python Variables

6th Grade

10 Qs

Python Basics

Python Basics

6th - 7th Grade

15 Qs

G7-SCRATCH AND PYTHON

G7-SCRATCH AND PYTHON

6th Grade

10 Qs

Grade 6- PRINT statement in Python

Grade 6- PRINT statement in Python

Assessment

Quiz

Computers

6th Grade

Hard

Created by

Bloomington Innovation

Used 9+ times

FREE Resource

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

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?