Print Function

Print Function

7th Grade

7 Qs

quiz-placeholder

Similar activities

Quiz programming language

Quiz programming language

7th Grade

10 Qs

Python-Test-1

Python-Test-1

7th Grade

10 Qs

Python Intro

Python Intro

7th - 8th Grade

12 Qs

CodeHS Python Variables

CodeHS Python Variables

7th - 12th Grade

10 Qs

Python Codehs

Python Codehs

7th - 12th Grade

10 Qs

Python - Data types and Conditional statements

Python - Data types and Conditional statements

4th - 8th Grade

10 Qs

KODEKIDDO HACK #MLH3

KODEKIDDO HACK #MLH3

4th Grade - University

10 Qs

DT Grade 7 Python Revision

DT Grade 7 Python Revision

7th - 8th Grade

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