Списки Python
Quiz
•
Computers
•
9th Grade
•
Hard
Ekaterina Koroleva
Used 23+ times
FREE Resource
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
15 questions
R087 LO1 - Uses & properties of interactive multimedia products
Quiz
•
9th Grade
15 questions
9-klass informatika 2-sherek monitoring test sorawları
Quiz
•
9th - 12th Grade
10 questions
KS3 Computing -- Iteration: FOR or WHILE?
Quiz
•
7th - 9th Grade
15 questions
Programming - What Do I Know?
Quiz
•
7th - 9th Grade
14 questions
Photoshop Domain 2 Prep
Quiz
•
9th - 12th Grade
10 questions
Cấu trúc lặp - Python
Quiz
•
9th - 12th Grade
13 questions
python
Quiz
•
9th Grade
10 questions
Avaliação Pensamento Computacional - Prático
Quiz
•
1st Grade - Professio...
Popular Resources on Wayground
10 questions
Honoring the Significance of Veterans Day
Interactive video
•
6th - 10th Grade
10 questions
Exploring Veterans Day: Facts and Celebrations for Kids
Interactive video
•
6th - 10th Grade
19 questions
Veterans Day
Quiz
•
5th Grade
25 questions
Multiplication Facts
Quiz
•
5th Grade
15 questions
Circuits, Light Energy, and Forces
Quiz
•
5th Grade
6 questions
FOREST Self-Discipline
Lesson
•
1st - 5th Grade
7 questions
Veteran's Day
Interactive video
•
3rd Grade
20 questions
Weekly Prefix check #2
Quiz
•
4th - 7th Grade
