Списки Python
Quiz
•
Computers
•
9th Grade
•
Practice Problem
•
Hard
Ekaterina Koroleva
Used 23+ times
FREE Resource
Enhance your content in a minute
10 questions
Show all answers
1.
FILL IN THE BLANK QUESTION
10 sec • 1 pt
Из скольких элементов состоит список numbers?
numbers = [3, 5, 7, 9]
2.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
Какой индекс у числа 17 в списке numbers?
numbers = [1, 100, 7, 20, 17, 37, 22]
5
4
6
3
3.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
Может ли список в Python содержать значения разных типов данных?
да
нет
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
numbers = [0, 1, 3, 14, 2, 7, 9, 8, 10]
print(numbers)
0, 1, 3, 14, 2, 7, 9, 8, 10
[0, 1, 3, 14, 2, 7, 9, 8, 10]
['0', '1', '3', '14', '2', '7', '9', '8', '10']
0 1 3 14 2 7 9 8 10
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Что будет выведено в результате выполнения следующего программного кода?
names = ['Michael', 'John', 'Freddie']
print(names)
['Michael', 'John', 'Freddie']
["Michael", "John", "Freddie"]
[Michael, John, Freddie]
'Michael', 'John', 'Freddie'
6.
FILL IN THE BLANK QUESTION
1 min • 1 pt
Какое число надо написать вместо троеточия, так чтобы программа вывела 17-ый элемент списка primes.
primes = [2, 3, 5, 7, 11, 13, 17, 19, 23, 29, 31, 37, 41, 43, 47, 53, 59, 61, 67, 71]
print(primes[...])
7.
FILL IN THE BLANK QUESTION
1 min • 1 pt
Какое число надо написать вместо троеточия, так чтобы программа вывела последний элемент списка primes.
primes = [2, 3, 5, 7, 11, 13, 17, 19, 23, 29, 31, 37, 41, 43, 47, 53, 59, 61, 67, 71]
print(primes[...])
Create a free account and access millions of resources
Create resources
Host any resource
Get auto-graded reports

Continue with Google

Continue with Email

Continue with Classlink

Continue with Clever
or continue with

Microsoft
%20(1).png)
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?
Similar Resources on Wayground
10 questions
Word basics
Quiz
•
8th - 12th Grade
10 questions
KS4 Programming Techniques (1)
Quiz
•
8th - 10th Grade
10 questions
AI Project Cycle
Quiz
•
8th - 10th Grade
12 questions
Variables and data types
Quiz
•
4th - 12th Grade
10 questions
python-BTxâu
Quiz
•
9th - 12th Grade
15 questions
CP M4 Repetition & Loops
Quiz
•
9th - 12th Grade
10 questions
Массивке енгізу және өшіру
Quiz
•
9th Grade
15 questions
CSS
Quiz
•
8th - 12th Grade
Popular Resources on Wayground
10 questions
Honoring the Significance of Veterans Day
Interactive video
•
6th - 10th Grade
9 questions
FOREST Community of Caring
Lesson
•
1st - 5th Grade
10 questions
Exploring Veterans Day: Facts and Celebrations for Kids
Interactive video
•
6th - 10th Grade
19 questions
Veterans Day
Quiz
•
5th Grade
14 questions
General Technology Use Quiz
Quiz
•
8th Grade
25 questions
Multiplication Facts
Quiz
•
5th Grade
15 questions
Circuits, Light Energy, and Forces
Quiz
•
5th Grade
19 questions
Thanksgiving Trivia
Quiz
•
6th Grade
