ПШ_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
В языке Python списки (тип list) являются
изменяемыми
НЕизменяемыми
неизвестно
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 Wayground
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
27 questions
lesson 22

Quiz
•
1st Grade
Popular Resources on Wayground
18 questions
Writing Launch Day 1

Lesson
•
3rd Grade
11 questions
Hallway & Bathroom Expectations

Quiz
•
6th - 8th Grade
11 questions
Standard Response Protocol

Quiz
•
6th - 8th Grade
40 questions
Algebra Review Topics

Quiz
•
9th - 12th Grade
4 questions
Exit Ticket 7/29

Quiz
•
8th Grade
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
19 questions
Handbook Overview

Lesson
•
9th - 12th Grade
20 questions
Subject-Verb Agreement

Quiz
•
9th Grade