
Основы программирования1-565 гр. Тема 12
Authored by Khatira Abbasova
Computers
University
Used 34+ 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
Результатом выполнения функции print(type([1,4,6])) в Python будет
<class 'list'>
list
<class 'str'>
str
listing
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Результатом выполнения программного кода
b = [1,2,3]
type(b) == list
в Python будет:
True
False
[1,2,3]
int
list
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
В Python пустой список создается в следующей форме:
name=[]
name=""
namer=()
name={}
name=' '
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Каким будет результат выполнения следующего кода:
t = [9, 41, 12, 3, 74, 15]
t[1:3]
[41, 12]
[9, 41, 12, 3, 74, 15]
[3, 74, 15]
[9, 41, 12, 3]
[41,3]
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Каким будет результат выполнения следующего кода:
t = [9, 41, 12, 3, 74, 15]
t[:4]
[9, 41, 12, 3]
[9, 41, 12, 3, 74, 15]
[3, 74, 15]
[41, 12]
[41,3]
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Каким будет результат выполнения следующего кода:
t = [9, 41, 12, 3, 74, 15]
t[3:]
[3, 74, 15]
[9, 41, 12, 3, 74, 15]
[9, 41, 12, 3]
[41, 12]
[41,3]
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Каким будет результат выполнения следующего кода:
t = [9, 41, 12, 3, 74, 15]
t[:]
[9, 41, 12, 3, 74, 15]
[3, 74, 15]
[9, 41, 12, 3]
[41, 12]
[41,3]
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?