Как создать пустой список в Python?
Тест по спискам в Python

Quiz
•
Information Technology (IT)
•
9th Grade
•
Medium
Элина Васильева
Used 2+ times
FREE Resource
10 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
10 sec • 1 pt
list()
{}
[]
empty()
2.
MULTIPLE CHOICE QUESTION
10 sec • 1 pt
Какой метод используется для добавления элемента в конец списка?
insert()
append()
add()
push()
3.
MULTIPLE CHOICE QUESTION
10 sec • 1 pt
Как получить последний элемент списка `my_list`?
my_list[last]
my_list[-1]
my_list[len(my_list)]
my_list(end)
4.
MULTIPLE CHOICE QUESTION
10 sec • 1 pt
Какой метод удаляет первый найденный элемент из списка?
delete()
pop()
remove()
discard()
5.
MULTIPLE CHOICE QUESTION
10 sec • 1 pt
Как объединить два списка `list1` и `list2`?
list1.append(list2)
list1 + list2
list1.merge(list2)
list1.join(list2)
6.
MULTIPLE SELECT QUESTION
10 sec • 1 pt
Выбери команды для работы со списками
reverse()
minimum()
count(x)
delete()
7.
MULTIPLE CHOICE QUESTION
10 sec • 1 pt
Как узнать длину списка `my_list`?
count(my_list)
size(my_list)
my_list.length()
len(my_list)
Create a free account and access millions of resources
Similar Resources on Quizizz
5 questions
STEAM AUTO

Quiz
•
9th Grade
10 questions
untitled

Quiz
•
9th - 10th Grade
15 questions
Функции. Анонимные функции. Декораторы

Quiz
•
9th - 12th Grade
10 questions
7 класс программирование

Quiz
•
7th Grade - University
10 questions
Кибергигиена в современном мире

Quiz
•
9th Grade
14 questions
Data Structures Quiz

Quiz
•
9th - 12th Grade
10 questions
Network secutiry

Quiz
•
9th Grade - University
15 questions
Beginner Python Skills Assessment

Quiz
•
9th 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 Information Technology (IT)
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