В языке Python списки (тип list) являются
ПШ_Python_4

Quiz
•
Computers
•
1st Grade
•
Medium
Mar Eva
Used 14+ times
FREE Resource
22 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
изменяемыми
НЕизменяемыми
неизвестно
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
В языке Python строки (тип str) являются
изменяемыми
НЕизменяемыми
неизвестно
3.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
Что покажет приведенный ниже фрагмент кода?
mystr = 'a' *3 + 'b' *2 + 'c' * 1
print(mystr)
abc
aaabbc
aabcc
4.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
Что покажет приведенный ниже фрагмент кода?
str1 = '1'
str2 = str1 + '2'
str3 = str2 + '3'
print(str3)
11223
123
1223
5.
MULTIPLE SELECT QUESTION
45 sec • 1 pt
Какие значения может принимать строковая переменная s, чтобы в результате выполнения кода было выведено слово «YES»?
if s in 'abc123abc':
print('YES')
else: print('NO')
s = '3ab'
s = '123abc'
s = '321'
s = 'abcabc'
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Что покажет приведенный ниже фрагмент кода?
s = 'abcdefg'
print(s[0] + s[2] + s[4] + s[6])
aceg
abcd
defg
7.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
Что покажет приведенный ниже фрагмент кода?
s = '01234567891011'
for i in range(0, len(s), 3):
print(s[i], end='')
0123456
03691
0246
Create a free account and access millions of resources
Similar Resources on Quizizz
23 questions
Minecraft итоги

Quiz
•
1st - 5th Grade
17 questions
Word мәтіндік процессоры бойынша тест

Quiz
•
1st Grade
19 questions
Unity 3D Games

Quiz
•
1st Grade
25 questions
Introduction to Python

Quiz
•
KG - University
18 questions
Python - Основы

Quiz
•
1st - 4th Grade
22 questions
lesson 27

Quiz
•
1st Grade
17 questions
Python 1

Quiz
•
1st Grade - University
19 questions
Дастан

Quiz
•
1st - 3rd Grade
Popular Resources on Quizizz
15 questions
Multiplication Facts

Quiz
•
4th Grade
20 questions
Math Review - Grade 6

Quiz
•
6th Grade
20 questions
math review

Quiz
•
4th Grade
5 questions
capitalization in sentences

Quiz
•
5th - 8th Grade
10 questions
Juneteenth History and Significance

Interactive video
•
5th - 8th Grade
15 questions
Adding and Subtracting Fractions

Quiz
•
5th Grade
10 questions
R2H Day One Internship Expectation Review Guidelines

Quiz
•
Professional Development
12 questions
Dividing Fractions

Quiz
•
6th Grade