
Практика4 Python
Authored by Assem Dauylkyzy
Education
University
Used 1+ times

AI Actions
Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...
Content View
Student View
30 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Python-да тізім қалай құрылады?
{1, 2, 3}
(1, 2, 3)
[1, 2, 3]
"1, 2, 3"
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Бос тізімді қалай жасауға болады?
list()
()
{}
empty[]
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
numbers = [10, 20, 30] тізіміндегі бірінші элементтің индексі қандай?
0
1
-1
10
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
numbers = [1, 2, 3, 4] тізімінде соңғы элементті қалай аламыз?
numbers[4]
numbers[-1]
numbers[len(numbers)]
numbers.last()
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
list1 = [1, 2] тізіміне 3 элементін қосу үшін қандай әдіс қолданылады?
list1.add(3)
list1.append(3)
list1.insert(3)
list1.extend(3)
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
list1 = [1, 2, 3] → list1.extend([4, 5]) орындалғанда нәтиже қандай болады?
[1, 2, 3, [4, 5]]
[1, 2, 3, 4, 5]
[4, 5, 1, 2, 3]
[1, 2, 3]
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
list1 = [10, 20, 30] → list1.pop() не қайтарады?
10
20
30
Қате
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 Classlink

Continue with Clever
or continue with

Microsoft
%20(1).png)
Apple
Others
Already have an account?