Python Lists and Strings

Python Lists and Strings

9th Grade

20 Qs

quiz-placeholder

Similar activities

Python - Variables and Input

Python - Variables and Input

1st - 10th Grade

16 Qs

Python Review KS3

Python Review KS3

9th - 12th Grade

17 Qs

Variables and Data Types Knowledge Check

Variables and Data Types Knowledge Check

9th - 12th Grade

16 Qs

Python 2

Python 2

9th - 12th Grade

20 Qs

Python 3

Python 3

7th - 10th Grade

16 Qs

Variables, Inputs and Concatenation

Variables, Inputs and Concatenation

9th Grade

16 Qs

Python Basics - yr 9

Python Basics - yr 9

9th - 12th Grade

18 Qs

Python year 9

Python year 9

8th - 11th Grade

20 Qs

Python Lists and Strings

Python Lists and Strings

Assessment

Quiz

Computers

9th Grade

Hard

Created by

Adrian Heafield

Used 30+ times

FREE Resource

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the Python function that adds an item on to the end of a list?

Extend

Append

Remove

Count

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the Python Function for changing all lower case to upper case and all upper case to lower case letter?

upper

lower

replace

swapcase

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What python function returns the number of items / characters in a list and string?

remove

pop

len

index

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the python function that returns the number of times a specified item / character occurs in a list or string?

count

lower

concatenation

index

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which python code will return the character associated with the value 104.

chr(104)

ord(104)

str(104)

int(104)

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the Python function that adds one list on to the end of another.

Extend

Append

Remove

Count

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which python function enables a new list item to be placed at any point in an existing list.

split

reverse

insert

pop

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?