Python

Python

9th - 12th Grade

20 Qs

quiz-placeholder

Similar activities

Python Tuple

Python Tuple

11th Grade

15 Qs

Computer Science Tuples

Computer Science Tuples

11th - 12th Grade

15 Qs

Python-Checkpoint revision

Python-Checkpoint revision

9th - 12th Grade

21 Qs

Python Data Types Quiz

Python Data Types Quiz

10th Grade - University

20 Qs

Computer Science Tuples

Computer Science Tuples

11th Grade

15 Qs

Python Basics

Python Basics

8th - 12th Grade

23 Qs

Lists and Tuples

Lists and Tuples

11th Grade

19 Qs

15 Days of Code

15 Days of Code

11th Grade - University

22 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?