Ready Set Python 1 - Lists

Ready Set Python 1 - Lists

9th Grade

16 Qs

quiz-placeholder

Similar activities

Python Arrays

Python Arrays

9th - 12th Grade

13 Qs

Searches

Searches

9th Grade

15 Qs

Python Lists

Python Lists

8th - 12th Grade

15 Qs

Python List

Python List

4th Grade - University

15 Qs

AP CSP Unit 5 Review: Lists, Loops and Traversals

AP CSP Unit 5 Review: Lists, Loops and Traversals

9th - 12th Grade

19 Qs

HTML 2: Lists

HTML 2: Lists

8th - 10th Grade

15 Qs

Bubble Sort

Bubble Sort

1st Grade - Professional Development

13 Qs

Python Next Steps Homework Quiz

Python Next Steps Homework Quiz

8th - 10th Grade

20 Qs

Ready Set Python 1 - Lists

Ready Set Python 1 - Lists

Assessment

Quiz

Computers

9th Grade

Medium

Created by

Saturday Kids

Used 6+ times

FREE Resource

16 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which one of the following is a list in Python?

[1, 2, 3]

{1, 2, 3}

(1, 2, 3)

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Lists can only have one object type (Integer, String, Float, etc.)

True

False

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Lists are changeable (We can add, change, and remove items)

True

False

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which function can we use to check how many items a list has?

append()

count()

len()

reverse()

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Lists can have items with the same value (e.g. ["cherry", "banana", "cherry"])

True

False

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The first item in a list has index 1

True

False

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What is the printed output from these lines of code?

apple

banana

cherry

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?