Create an empty list called names
Y9 List Introduction

Quiz
•
Dave Gwilt
•
Computers
•
9th Grade
•
16 plays
•
Medium
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
Explore all questions with a free account
Similar Resources on Quizizz
18 questions
CS1 Unit 8 Review

Quiz
•
9th - 12th Grade
20 questions
Python - lists,loops,basics

Quiz
•
9th - 11th Grade
13 questions
String Manipulation

Quiz
•
9th - 11th Grade
16 questions
Python массив

Quiz
•
9th Grade
20 questions
Chapter 6- Lists and Loops

Quiz
•
9th Grade
15 questions
Python - тест

Quiz
•
1st - 12th Grade
15 questions
Loops Python

Quiz
•
9th Grade
16 questions
Python Review

Quiz
•
9th - 12th Grade
Popular Resources on Quizizz
39 questions
Respect and How to Show It

Quiz
•
6th Grade
20 questions
math review

Quiz
•
4th Grade
20 questions
Math Review - Grade 6

Quiz
•
6th Grade
20 questions
Reading Comprehension

Quiz
•
5th Grade
20 questions
Types of Credit

Quiz
•
9th - 12th Grade
20 questions
Taxes

Quiz
•
9th - 12th Grade
10 questions
Human Body Systems and Functions

Interactive video
•
6th - 8th Grade
20 questions
Multiplication Facts

Quiz
•
3rd Grade
Discover more resources for Computers
20 questions
Types of Credit

Quiz
•
9th - 12th Grade
20 questions
Taxes

Quiz
•
9th - 12th Grade
20 questions
Investing

Quiz
•
9th - 12th Grade
20 questions
EOC Math 1 Review

Quiz
•
9th Grade
20 questions
Insurance

Quiz
•
9th - 12th Grade
20 questions
Act 1 of Romeo and Juliet

Quiz
•
9th Grade
20 questions
Common Grammar Mistakes

Quiz
•
7th - 12th Grade
20 questions
Paying for College

Quiz
•
9th - 12th Grade