Python

Python

9th - 12th Grade

20 Qs

quiz-placeholder

Similar activities

Python Unit 6 Sequences Quiz

Python Unit 6 Sequences Quiz

9th - 12th Grade

20 Qs

Introduction to Python

Introduction to Python

7th - 9th Grade

20 Qs

Programming python review

Programming python review

9th - 12th Grade

15 Qs

Grade 8 End of Unit Revision

Grade 8 End of Unit Revision

8th Grade - University

15 Qs

Python String

Python String

12th Grade

20 Qs

CS -XII A

CS -XII A

12th Grade

20 Qs

Python Tuples Review

Python Tuples Review

11th Grade

15 Qs

PYTHON TUPLE QUIZ

PYTHON TUPLE QUIZ

11th Grade

20 Qs

Python

Python

Assessment

Quiz

Computers

9th - 12th Grade

Hard

Created by

Namal (ITNamal)

Used 14+ times

FREE Resource

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is a valid Python identifier?

1variable

_variable

variable name

variable-name

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is not a valid naming convention for Python identifiers?

snake_case

PascalCase

camelCase

kebab-case

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the maximum length of a Python identifier?

32 characters

64 characters

128 characters

There is no maximum length

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is not a reserved word in Python and can be used as an identifier?

if

for

and

while

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is true about Python identifiers?

They are case-sensitive.

They can start with a digit.

They can contain special characters like @ or #.

They can be a Python built-in function name.

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is not a built-in data type in Python?

int

float

string

array

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the difference between a tuple and a list in Python?

Tuples are mutable, and lists are immutable.

Tuples are ordered, and lists are unordered.

Tuples are enclosed in parentheses, and lists are enclosed in square brackets.

Tuples can contain elements of different data types, while lists can only contain elements of the same data type.

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?