
Методы списков (повтор)

Quiz
•
Other
•
6th Grade
•
Medium
Сергей Кузнецов
Used 4+ times
FREE Resource
7 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Метод insert() вставляет значение в список по указанному индексу. Какой будет результат выполнения кода list = [1,2,3]; list.insert(1,5); print(list)?
[1, 5, 2, 3]
[1, 2, 3, 5]
[5, 1, 2, 3]
2.
MULTIPLE SELECT QUESTION
30 sec • 1 pt
Какой результат выполнения метода pop() с индексом 1 для списка list = [1,2,3]?
[1, 3]
2
10
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Какой будет результат выполнения кода list = [1,2,3]; list.remove(1); print(list)?
[2, 3]
[1, 2, 3]
[1, 3]
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Как удалить все вхождения элемента в списке с помощью метода remove()?
Использовать цикл while
Использовать метод pop
Использовать метод sort
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Какой будет результат выполнения кода list = [1,2,3,1,1]; list.remove(1); print(list)?
[2, 3, 1]
[1, 2, 3, 1]
[2, 3, 1, 1]
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Какой метод используется для сортировки элементов списка в Python?
sort()
remove()
insert()
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Какой будет результат выполнения кода list = [4,5,6]; list.append(7); print(list)?
[4, 5, 6, 7]
[7, 4, 5, 6]
[4, 5, 6]
Similar Resources on Wayground
10 questions
Arabic Demonstrative Pronouns

Quiz
•
1st - 6th Grade
10 questions
Current Affairs

Quiz
•
5th - 12th Grade
10 questions
ISIZULU - Isifundo 4

Quiz
•
1st Grade - University
6 questions
Budget Basics

Quiz
•
4th - 9th Grade
8 questions
Library Orientation Quiz

Quiz
•
6th - 8th Grade
8 questions
Методы списков и их использование

Quiz
•
6th Grade
10 questions
Шахматная викторина

Quiz
•
KG - 6th Grade
10 questions
Minecraft Quiz

Quiz
•
KG - Professional Dev...
Popular Resources on Wayground
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
10 questions
Nouns, nouns, nouns

Quiz
•
3rd Grade
10 questions
Appointment Passes Review

Quiz
•
6th - 8th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
11 questions
All about me

Quiz
•
Professional Development
22 questions
Adding Integers

Quiz
•
6th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
20 questions
Grammar Review

Quiz
•
6th - 9th Grade
Discover more resources for Other
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
10 questions
Appointment Passes Review

Quiz
•
6th - 8th Grade
22 questions
Adding Integers

Quiz
•
6th Grade
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade
20 questions
Grammar Review

Quiz
•
6th - 9th Grade
12 questions
Continents and the Oceans

Quiz
•
6th Grade
20 questions
Getting to know YOU icebreaker activity!

Quiz
•
6th - 12th Grade
8 questions
Main Idea & Key Details

Quiz
•
3rd - 6th Grade