Списки 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
Similar Resources on Wayground
15 questions
Тест

Quiz
•
9th - 12th Grade
8 questions
Открытие МИФ

Quiz
•
9th Grade
13 questions
python для новичков

Quiz
•
4th - 11th Grade
9 questions
PS Lists1

Quiz
•
9th - 12th Grade
13 questions
VIII_Ауд_вид

Quiz
•
9th - 12th Grade
5 questions
Основы языка программирования Python

Quiz
•
9th - 12th Grade
8 questions
ОГЭ информатика 8 заданий

Quiz
•
9th - 12th Grade
6 questions
Работа с текстом

Quiz
•
4th - 9th Grade
Popular Resources on Wayground
10 questions
Video Games

Quiz
•
6th - 12th Grade
20 questions
Brand Labels

Quiz
•
5th - 12th Grade
15 questions
Core 4 of Customer Service - Student Edition

Quiz
•
6th - 8th Grade
15 questions
What is Bullying?- Bullying Lesson Series 6-12

Lesson
•
11th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
22 questions
Adding Integers

Quiz
•
6th Grade
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade
Discover more resources for Computers
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade
10 questions
Proper Keyboarding Techniques

Interactive video
•
6th - 10th Grade
14 questions
Inputs and Outputs: Computer Science Intro

Lesson
•
5th - 9th Grade
10 questions
Understanding Computers: Hardware, Software, and Operating Systems

Interactive video
•
7th - 12th Grade