Print Function

Print Function

7th Grade

7 Qs

quiz-placeholder

Similar activities

Year 7 Python

Year 7 Python

7th Grade

12 Qs

Python Intro 1

Python Intro 1

7th - 12th Grade

11 Qs

Introduction to Python Programming

Introduction to Python Programming

7th Grade

10 Qs

Printing in Python

Printing in Python

6th - 10th Grade

12 Qs

Python Basics Quiz

Python Basics Quiz

7th Grade - University

10 Qs

Python Quiz - 4

Python Quiz - 4

4th - 11th Grade

10 Qs

ภาษาคอมพิวเตอร์และภาษาไพทอน

ภาษาคอมพิวเตอร์และภาษาไพทอน

7th - 9th Grade

10 Qs

Python Basic

Python Basic

6th - 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 )