Search Header Logo
Python List Lesson

Python List Lesson

Assessment

Presentation

Computers

9th Grade

Practice Problem

Medium

Created by

Tincy Varghese

Used 102+ times

FREE Resource

10 Slides • 6 Questions

1

Python List Lesson

Slide image

2

Slide image

3

Slide image

4

Slide image

5

Question Time!!!!!!

6

Multiple Choice

To print a list called fruitList we use

1

print(fruitList)

2

list(print)

3

fruitList.print()

7

Multiple Choice

Is this the correct code for a list?

register = {"Sam", "Pheobe", Georgia", Richard"}

1

Yes

2

No

8

Slide image

9

Multiple Choice

This list contains items of what data type?

newlist =[1 ,4 ,6]

1

String

2

Integer

3

Boolean

10

Slide image

11

Slide image

12

Slide image

13

Multiple Choice

Which symbols are used to open and close a list?

1

( ) round brackets

2

[ ] square brackets

3

{} curly brackets

14

Multiple Choice

Question image

What output will this code produce?

1

blue

2

green

3

red

15

Multiple Choice

What is the position of the name "Robert" in the following list:

name=["Bob","Robert","Bobby","Rob"]

1

1

2

0

3

2

16

Thank you!!!Let's see the rest of the List functions........

Python List Lesson

Slide image

Show answer

Auto Play

Slide 1 / 16

SLIDE