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
11 questions
Python Arrays

Quiz
•
9th - 10th Grade
15 questions
Python End of Topic Quiz

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

Quiz
•
9th - 12th Grade
10 questions
Python - List

Quiz
•
9th - 12th Grade
10 questions
Списки Python + Pygame

Quiz
•
KG - University
10 questions
HTML Basics

Quiz
•
8th - 10th Grade
15 questions
CPM9.1-9.3 Quiz Review

Quiz
•
9th - 12th Grade
14 questions
Lists, Subroutines and Sequence in Pseudocode - Python

Quiz
•
1st - 11th 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