Print Function

Print Function

7th Grade

7 Qs

quiz-placeholder

Similar activities

Programming Quiz 2024/2025

Programming Quiz 2024/2025

6th - 8th Grade

10 Qs

Python-Variables by hanan

Python-Variables by hanan

7th Grade

11 Qs

Работа с файлами 7кл

Работа с файлами 7кл

7th Grade

10 Qs

Python L24 Debugging Skill

Python L24 Debugging Skill

6th - 8th Grade

11 Qs

Python Programming

Python Programming

6th - 12th Grade

9 Qs

Python

Python

7th Grade

10 Qs

Introduction to Python Turtle

Introduction to Python Turtle

7th - 8th Grade

10 Qs

CodeHS Python

CodeHS Python

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