Which of these is the best description of a list in Python?

Lists in Python

Quiz
•
Computers
•
9th Grade
•
Medium
Aakifah Rahman
Used 18+ times
FREE Resource
10 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
A list is a collection of data that has an order
A list is a lot of variables
A list is used for shopping
A list is a collection of data that cannot hold duplicated data
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of these pieces of code would return the name "Harry" from the following list?
nameList = ["John", "Harry", "Jesse", "John", "Harry", "Harry"]
nameList()
nameList[1]
NameList(4)
nameList["4"]
3.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
How do i remove something from a list?
variable.append()
variable.delete()
variable.remove()
variable=(new variable)
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
An empty list can be declared as
fruitList = ""
fruitList = ["empty"]
fruitList == []
fruitList = []
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Each item in a list has an "address" . The first address in a Python list is what?
1
0
a
A
6.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Which of the following is the correct way to add the number 4 to mylist?
mylist + 4
mylist.append(4)
mylist.append([4])
4.append(mylist)
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
Similar Resources on Quizizz
10 questions
Arrays in Python

Quiz
•
8th - 10th Grade
10 questions
python variables and commands

Quiz
•
9th Grade
10 questions
Python - List

Quiz
•
9th - 12th Grade
9 questions
Python Lists

Quiz
•
7th - 11th Grade
12 questions
python 1

Quiz
•
9th Grade
11 questions
Python Arrays

Quiz
•
9th - 10th Grade
12 questions
Lists IN PYTHON!!!!!!!!

Quiz
•
KG - 12th Grade
12 questions
Code.org Unit 6 - Lists

Quiz
•
9th - 12th Grade
Popular Resources on Quizizz
15 questions
Multiplication Facts

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

Quiz
•
6th Grade
20 questions
math review

Quiz
•
4th Grade
5 questions
capitalization in sentences

Quiz
•
5th - 8th Grade
10 questions
Juneteenth History and Significance

Interactive video
•
5th - 8th Grade
15 questions
Adding and Subtracting Fractions

Quiz
•
5th Grade
10 questions
R2H Day One Internship Expectation Review Guidelines

Quiz
•
Professional Development
12 questions
Dividing Fractions

Quiz
•
6th Grade
Discover more resources for Computers
25 questions
Spanish preterite verbs (irregular/changed)

Quiz
•
9th - 10th Grade
10 questions
Identify Slope and y-intercept (from equation)

Quiz
•
8th - 9th Grade
10 questions
Juneteenth: History and Significance

Interactive video
•
7th - 12th Grade
8 questions
"Keeping the City of Venice Afloat" - STAAR Bootcamp, Day 1

Quiz
•
9th - 12th Grade
26 questions
June 19th

Quiz
•
4th - 9th Grade
27 questions
STAAR English 1 Review

Quiz
•
9th Grade
20 questions
Understanding Linear Equations and Slopes

Quiz
•
9th - 12th Grade