В языке 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
21 questions
MS Word

Quiz
•
1st - 5th Grade
19 questions
lesson 29

Quiz
•
1st Grade
22 questions
lesson 27

Quiz
•
1st Grade
17 questions
Вводное по Unity C#

Quiz
•
1st - 11th Grade
20 questions
Язык программирования Python

Quiz
•
1st - 10th Grade
17 questions
11 егэ

Quiz
•
1st - 5th Grade
20 questions
Test "Java Midlle skill proffi"

Quiz
•
1st - 5th Grade
18 questions
Теги и атрибуты тегов

Quiz
•
1st Grade
Popular Resources on Quizizz
15 questions
Character Analysis

Quiz
•
4th Grade
17 questions
Chapter 12 - Doing the Right Thing

Quiz
•
9th - 12th Grade
10 questions
American Flag

Quiz
•
1st - 2nd Grade
20 questions
Reading Comprehension

Quiz
•
5th Grade
30 questions
Linear Inequalities

Quiz
•
9th - 12th Grade
20 questions
Types of Credit

Quiz
•
9th - 12th Grade
18 questions
Full S.T.E.A.M. Ahead Summer Academy Pre-Test 24-25

Quiz
•
5th Grade
14 questions
Misplaced and Dangling Modifiers

Quiz
•
6th - 8th Grade
Discover more resources for Computers
10 questions
American Flag

Quiz
•
1st - 2nd Grade
10 questions
Identifying equations

Quiz
•
KG - University
25 questions
2.4A Add Subtract within 20 quickly: set 3

Quiz
•
1st - 3rd Grade
15 questions
Music 2016

Quiz
•
KG - 12th Grade
12 questions
Summer Trivia

Quiz
•
1st - 5th Grade
44 questions
logos

Quiz
•
KG - University
20 questions
Guess that Disney

Quiz
•
KG - 5th Grade
20 questions
Cartoon Characters!

Quiz
•
KG - 5th Grade