
Списки
Authored by Igor Perekalskiy
Science
5th Grade
Used 1+ times

AI Actions
Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...
Content View
Student View
10 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Как создать список Python
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Список numbers состоит из 5 элементов, и каждый из них - целое число.
● numbers[0] == 2;
● numbers[1] == 4;
● numbers[2] == 6;
● numbers[3] == 8;
● numbers[4] == 10.
● languages[0] == 'Python';
● languages[1] == 'C#';
● languages[2] == 'C++';
● languages[3] == 'Java'.
● numbers[0] == 2;
● numbers[1] == 4;
● numbers[2] == 6;
● numbers[3] == 8;
● numbers[4] == 10.
● numbers[5] == 12.
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Может ли список Python состоять из элементов разного типа?
нет
может
В зависимости от настроения
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Что делает функция list() numbers = list(range(5))
5.
MULTIPLE SELECT QUESTION
45 sec • 1 pt
Как создать список список Python только из четных или нечетных чисел
even_numbers = list(range(0, 10, 2))
even_numbers = list(range(0, 10, 2))
odd_numbers = list(range(1, 10, 1))
[2, 4, 6, 8, 10]
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
какая функция в Python позволяет создать список и из символов строки.
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Что делает метод append
со списком
Access all questions and much more by creating a free account
Create resources
Host any resource
Get auto-graded reports

Continue with Google

Continue with Email

Continue with Microsoft
or continue with
%20(1).png)
Apple
Others
Already have an account?