Python List

Python List

9th - 10th Grade

27 Qs

quiz-placeholder

Similar activities

Python Basics

Python Basics

8th - 12th Grade

23 Qs

Python Data Types Quiz

Python Data Types Quiz

10th Grade

22 Qs

untitled

untitled

8th Grade - University

25 Qs

CP Unit 1.1-1.6 Quiz

CP Unit 1.1-1.6 Quiz

10th Grade

22 Qs

Beginner Python KS3 Revision

Beginner Python KS3 Revision

8th - 10th Grade

26 Qs

Python Quiz II

Python Quiz II

9th Grade - University

30 Qs

PTHS

PTHS

10th Grade

30 Qs

G9_U0_revision

G9_U0_revision

9th Grade

26 Qs

Python List

Python List

Assessment

Quiz

Computers

9th - 10th Grade

Easy

Created by

Bo Zhang

Used 1+ times

FREE Resource

27 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

Which colour will be replaced with yellow?

red

green

blue

none, yellow will be added to the list

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which symbols are used to open and close a list?

( ) round brackets

( ) curly brackets

[ ] square brackets

" " speech marks

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

To print a list called fruitList we use

print(fruitList)

list(print)

fruitList.print()

fruitList(print)

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Lists are used to store single item in a single variable.

True

False

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

List items are indexed, the first item has index [1], the second item has index [2] etc.

True

False

6.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

What is the index number for 'Spain'?

['England','Brazil','Spain','France']

0

1

2

3

7.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

What is used to separate elements in a list?

Bracket

Comma

Full Stop

Space

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?