What symbol is associated to lists in Python?

Python Lists

Quiz
•
Computers
•
University
•
Medium
Mr Hoplar
Used 2+ times
FREE Resource
23 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
" "
' '
( )
[ ]
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
How can we convert a data type to a list?
list( )
array( )
int( )
dataTypeToList( )
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
When does indexing start for lists in Python?
0
1
4.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
How do you create a list in Python that contains 1, 2, and 3?
numbers = 1, 2, 3
numbers = 1 + 2 + 3]
numbers = (1, 2, 3)
numbers = [1, 2, 3]
5.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
How do you create a list in Python that contains 43.0, "A", True and 2?
data = [43.0, "A", True, 2]
data = 43.0 + "A" + True + 2
data = (43.0, "A", True, 2)
data = 43.0, "A", True, 2
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
integers = [10, 20, 30, 40, 50]
What is the output of integers[1] ?
10
20
30
Index Error
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
integers = [10, 20, 30, 40, 50]
What is the output of integers[0] ?
10
20
30
Index Error
Create a free account and access millions of resources
Similar Resources on Quizizz
18 questions
CSE 102 Exam 3 Practice

Quiz
•
University
24 questions
Python Lists Quiz 8

Quiz
•
University
20 questions
list 6th

Quiz
•
7th Grade - University
20 questions
Python Prowess

Quiz
•
University
25 questions
PYTHON CONTEST

Quiz
•
University
20 questions
Python Programming II CSE A

Quiz
•
12th Grade - University
20 questions
PYTHON REVISION

Quiz
•
University
20 questions
loops and iterables in python

Quiz
•
University
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