Create an empty list called names
Y9 List Introduction

Quiz
•
Computers
•
9th Grade
•
Medium
Dave Gwilt
Used 16+ times
FREE Resource
18 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
names = [ ]
names = { }
[ ] = names
names = "Empty"
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Display 42 from the list nums = [21, 42, 84]
print(nums[1])
print(nums[2])
print(nums(1))
print(nums(2))
3.
FILL IN THE BLANK QUESTION
1 min • 1 pt
Display 5 from the list odds = [ 1, 3, 5 ]. Do not put any spaces in your answer.
4.
FILL IN THE BLANK QUESTION
1 min • 1 pt
Complete the line of code to create an empty list called hobbies:
hobbies =
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Assign x to be the number of items in the list 'animals':
x = len(animals)
x = len[animals]
x = animals.count()
x = count(animals)
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the index of the first item in a list?
0
1
It depends
-1
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the index of the last item in a list?
0
1
It depends
-1
Create a free account and access millions of resources
Similar Resources on Quizizz
20 questions
Chapter 6- Lists and Loops

Quiz
•
9th Grade
20 questions
CSA Unit 7 Test

Quiz
•
9th Grade
15 questions
Loops Python

Quiz
•
9th Grade
17 questions
CSA Array Unit Test

Quiz
•
9th Grade
18 questions
Banana Tales Part 1 - For loop & Range

Quiz
•
9th - 10th Grade
19 questions
Programming Techniques Survey

Quiz
•
8th - 12th Grade
15 questions
Python Lists

Quiz
•
8th - 12th Grade
20 questions
Arrays in Java

Quiz
•
9th - 12th Grade
Popular Resources on Quizizz
15 questions
Character Analysis

Quiz
•
4th Grade
17 questions
Chapter 12 - Doing the Right Thing

Quiz
•
9th - 12th Grade
10 questions
American Flag

Quiz
•
1st - 2nd Grade
20 questions
Reading Comprehension

Quiz
•
5th Grade
30 questions
Linear Inequalities

Quiz
•
9th - 12th Grade
20 questions
Types of Credit

Quiz
•
9th - 12th Grade
18 questions
Full S.T.E.A.M. Ahead Summer Academy Pre-Test 24-25

Quiz
•
5th Grade
14 questions
Misplaced and Dangling Modifiers

Quiz
•
6th - 8th Grade
Discover more resources for Computers
17 questions
Chapter 12 - Doing the Right Thing

Quiz
•
9th - 12th Grade
30 questions
Linear Inequalities

Quiz
•
9th - 12th Grade
20 questions
Types of Credit

Quiz
•
9th - 12th Grade
20 questions
Taxes

Quiz
•
9th - 12th Grade
17 questions
Parts of Speech

Quiz
•
7th - 12th Grade
20 questions
Chapter 3 - Making a Good Impression

Quiz
•
9th - 12th Grade
20 questions
Inequalities Graphing

Quiz
•
9th - 12th Grade
10 questions
Identifying equations

Quiz
•
KG - University