Print Function

Print Function

7th Grade

7 Qs

quiz-placeholder

Similar activities

My Python : About Me

My Python : About Me

6th - 8th Grade

10 Qs

Python

Python

7th - 8th Grade

12 Qs

CodeHS Python Variables

CodeHS Python Variables

7th - 12th Grade

10 Qs

Programming - Output

Programming - Output

KG - 12th Grade

12 Qs

Python Quiz 8.3

Python Quiz 8.3

6th - 8th Grade

12 Qs

Python-Test-1

Python-Test-1

7th Grade

10 Qs

Quiz- Grade 7 & 8- Python (2nd term)

Quiz- Grade 7 & 8- Python (2nd term)

7th Grade

8 Qs

AstepI Quiz 2

AstepI Quiz 2

4th - 8th Grade

10 Qs

Print Function

Print Function

Assessment

Quiz

Computers

7th Grade

Medium

Created by

Hala N

Used 15+ times

FREE Resource

7 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

What is the output from the following code?

print("Welcome back to school!")

Welcome back to school!

Welcome back to school

Error

2.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

What is the output from the following code?

print( Hello World )

Syntax Error

Hello World

" Hello World "

3.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

What is the output from the following code?

print Python is easy!!

Syntax Error

Python is easy!!

print Python is easy!!

4.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

What is the output from the following code?

Print(" Hello ")

Initialization Problem

Hello

" Hello "

5.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

What is the input for the following code?

Python

is

easy

Print( Python is easy)

print(" Python ")

print("is")

print("easy")

print( Python is easy)

6.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

What is the input for the following code?

To add a comment we use the #

Print(To add a comment we use the #)

print("To add a comment we use the #")

print ( To add a comment we use the #)

7.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

What is the input for the following code?

Grade Book

****************

print("Grade Book")

print("****************")

print("Grade Book

****************")

Print (Grade Book )