What is the syntax to create a list in Python?

Mastering Python and Machine Learning

Quiz
•
Information Technology (IT)
•
12th Grade
•
Hard
Sunder R
Used 1+ times
FREE Resource
20 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
list_name =
list_name : {item1, item2, item3}
list_name = [item1, item2, item3]
list_name = (item1, item2, item3)
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
How do you append an item to a list in Python?
Use the append() method, e.g., my_list.append(item).
Insert the item using my_list.insert(item).
Use the add() method, e.g., my_list.add(item).
Combine lists with my_list += [item].
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the difference between a list and a tuple in Python?
Tuples are mutable; lists are immutable.
Lists are mutable; tuples are immutable.
Lists are faster than tuples in all cases.
Lists can contain only numbers; tuples can contain any data type.
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
How can you convert a list to a tuple in Python?
list(my_list)
array(my_list)
tuple(my_list)
convert(my_list)
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What function is used to create a NumPy array from a list?
numpy.array()
numpy.list()
numpy.create_array()
array.numpy()
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
How do you access the shape of a NumPy array?
array.size
array.dimensions
array.shape
array.length
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What method would you use to find the mean of a NumPy array?
numpy.mean()
numpy.median()
numpy.sum()
numpy.average()
Create a free account and access millions of resources
Similar Resources on Quizizz
15 questions
Quiz Informatika Genap KLs 7

Quiz
•
7th Grade - University
20 questions
Kelas 9 - Halaman 23 (UH Bab 1)

Quiz
•
9th Grade - University
18 questions
IT tutor

Quiz
•
12th Grade
20 questions
quiz1B1

Quiz
•
7th Grade - University
16 questions
untitled

Quiz
•
10th Grade - University
20 questions
Kelas 7 - Halaman 35 (PTS)

Quiz
•
7th Grade - University
20 questions
Understanding Singly Linked Lists

Quiz
•
12th Grade
20 questions
latsol PH Informatika kelas 11 Jarkom

Quiz
•
11th Grade - University
Popular Resources on Quizizz
15 questions
Multiplication Facts

Quiz
•
4th Grade
25 questions
SS Combined Advisory Quiz

Quiz
•
6th - 8th Grade
40 questions
Week 4 Student In Class Practice Set

Quiz
•
9th - 12th Grade
40 questions
SOL: ILE DNA Tech, Gen, Evol 2025

Quiz
•
9th - 12th Grade
20 questions
NC Universities (R2H)

Quiz
•
9th - 12th Grade
15 questions
June Review Quiz

Quiz
•
Professional Development
20 questions
Congruent and Similar Triangles

Quiz
•
8th Grade
25 questions
Triangle Inequalities

Quiz
•
10th - 12th Grade
Discover more resources for Information Technology (IT)
40 questions
Week 4 Student In Class Practice Set

Quiz
•
9th - 12th Grade
40 questions
SOL: ILE DNA Tech, Gen, Evol 2025

Quiz
•
9th - 12th Grade
20 questions
NC Universities (R2H)

Quiz
•
9th - 12th Grade
25 questions
Triangle Inequalities

Quiz
•
10th - 12th Grade
65 questions
MegaQuiz v2 2025

Quiz
•
9th - 12th Grade
10 questions
GPA Lesson

Lesson
•
9th - 12th Grade
15 questions
SMART Goals

Quiz
•
8th - 12th Grade
45 questions
Week 3.5 Review: Set 1

Quiz
•
9th - 12th Grade