8 задание

Quiz
•
Computers
•
11th Grade
•
Medium
Диана Гафарова
Used 1+ times
FREE Resource
10 questions
Show all answers
1.
FILL IN THE BLANK QUESTION
30 sec • 1 pt
Функция библиотеки itertools, которая возвращает: ('A', 'A', 'A', 'А'), ('A', 'A', 'A', 'Б'), ('A', 'A', 'A', 'Б')
2.
FILL IN THE BLANK QUESTION
30 sec • 1 pt
Функция библиотеки itertools, которая возвращает: ('A', 'Б', 'В', 'Г'), ('A', 'Б', 'В', 'Д'), ('A', 'Б', 'В', 'Е')
3.
MULTIPLE CHOICE QUESTION
1 min • 2 pts
Что выведет программа?
x = 89
s = ''
while x > 0:
s += str(x % 3)
x = x // 3
print(s)
0
22001
10022
1022
4.
MULTIPLE CHOICE QUESTION
1 min • 2 pts
Что выведет программа?
x = 89
s = ''
while x > 0:
s += str(x % 3)
x = x // 3
print(x)
0
22001
10022
1022
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
itertools.product() примерно эквивалентна вложенным циклам
6.
FILL IN THE BLANK QUESTION
30 sec • 2 pts
Метод, который отвечает за объединение списка строк
7.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
Выберите верную запись:
from itertools import*
for x in product('1234', r = 6):
from itertools import
for x in product('1234', r = 6):
from itertools import*
for x in product('1234', repeat = 6):
from intertools import*
for x in product('1234', repeat = 6)
Create a free account and access millions of resources
Similar Resources on Wayground
11 questions
ինֆորմատիկա 10 Թեմատիկ 2

Quiz
•
11th Grade
15 questions
CP M4 Repetition & Loops

Quiz
•
9th - 12th Grade
15 questions
APCSP Cumulative Test 2

Quiz
•
9th - 12th Grade
13 questions
APCSA Unit 3 Review

Quiz
•
9th - 12th Grade
6 questions
Arduino Code Revision

Quiz
•
11th Grade
10 questions
Comp Sci unit 3 #10

Quiz
•
11th Grade
12 questions
Python - Conditionals

Quiz
•
9th - 12th Grade
7 questions
Algorithms Robots

Quiz
•
9th - 12th Grade
Popular Resources on Wayground
20 questions
Brand Labels

Quiz
•
5th - 12th Grade
10 questions
Ice Breaker Trivia: Food from Around the World

Quiz
•
3rd - 12th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
20 questions
ELA Advisory Review

Quiz
•
7th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
22 questions
Adding Integers

Quiz
•
6th Grade
10 questions
Multiplication and Division Unknowns

Quiz
•
3rd Grade
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade