Python Basics Quiz

Python Basics Quiz

8th Grade

10 Qs

quiz-placeholder

Similar activities

Quiz Pemrograman Python

Quiz Pemrograman Python

10th Grade - University

15 Qs

Викторина по языку Python

Викторина по языку Python

6th - 8th Grade

10 Qs

Quiz_P1_X-SIJA C

Quiz_P1_X-SIJA C

10th Grade

11 Qs

Ch2變數與運算式-綜合演練選擇題

Ch2變數與運算式-綜合演練選擇題

6th - 8th Grade

10 Qs

Quiz PERYEMUAN 5

Quiz PERYEMUAN 5

11th Grade

10 Qs

7.3.3 Console Input & Output

7.3.3 Console Input & Output

10th Grade

11 Qs

Python Mod 2 Sec 1

Python Mod 2 Sec 1

11th Grade

10 Qs

Bài 24

Bài 24

10th Grade - University

15 Qs

Python Basics Quiz

Python Basics Quiz

Assessment

Quiz

Information Technology (IT)

8th Grade

Hard

Created by

imam ibrahim

Used 1+ times

FREE Resource

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

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?