Python Programming Quiz

Python Programming Quiz

12th Grade

52 Qs

quiz-placeholder

Similar activities

Bài Quiz không có tiêu đề

Bài Quiz không có tiêu đề

10th Grade - University

54 Qs

Simple HTML and CSS

Simple HTML and CSS

9th - 12th Grade

55 Qs

are you a no sabo kid?

are you a no sabo kid?

KG - Professional Development

48 Qs

Advance Processors 1

Advance Processors 1

12th Grade - University

50 Qs

Robotics 2 Certification Review

Robotics 2 Certification Review

12th Grade

50 Qs

Tech Quiz 2

Tech Quiz 2

12th Grade

48 Qs

APCSP Create Task

APCSP Create Task

10th - 12th Grade

50 Qs

PTS Web

PTS Web

10th - 12th Grade

55 Qs

Python Programming Quiz

Python Programming Quiz

Assessment

Quiz

Other

12th Grade

Medium

Created by

Mamta Kaundal

Used 2+ times

FREE Resource

52 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is a valid variable name in Python?

2variable

my_var

break

var-name

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What will be the output of the following code? print(type("Hello"))

<class 'char'>

<class 'string'>

<class 'str'>

<class 'text'>

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is not a keyword in Python?

def

class

print

return

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What will be the result of 5 + 3 * 2 in Python?

16

11

13

10

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the output of the following code? a = 10 b = 5 a, b = b, a print(a, b)

10 5

5 10

5 5

Error

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following data types is immutable in Python?

List

Dictionary

Tuple

Set

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What will be the output of the following Python statement? print(10 > 5 and 5 < 3)

True

False

Error

None

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?