Search Header Logo

Python Basics Quiz

Authored by imam ibrahim

Information Technology (IT)

8th Grade

Used 2+ times

Python Basics Quiz
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What will the following code output? print("Hello, World!")

Hello

Hello World

Hello, World!

"Hello, World!"

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is the correct way to write a comment in Python?

// This is a comment

/* This is a comment */

# This is a comment

-- This is a comment

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What will be printed? print("3 + 2 =", 3 + 2)

3 + 2 = 3 + 2

3 + 2 = 32

3 + 2 = 5

Error

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is NOT a correct Python data type?

list

float

string

decimal

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the result of this code? print("Result:", 5 * "2")

Result: 10

Result: 22222

Result: 2*5

Error

6.

MULTIPLE SELECT QUESTION

30 sec • 1 pt

What is the correct way to print the following text including quotes? She said, "Python is fun!"

print('She said, "Python is fun!"')

print("She said, "Python is fun!"")

print(She said, "Python is fun!")

print("She said, \"Python is fun!\"")

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What will be displayed? # This is a comment print("Hello")

# Another comment

# This is a comment Hello # Another comment

Hello

This is a comment Hello Another comment

Error

Access all questions and much more by creating a free account

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

Already have an account?