Функция библиотеки itertools, которая возвращает: ('A', 'A', 'A', 'А'), ('A', 'A', 'A', 'Б'), ('A', 'A', 'A', 'Б')
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
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 Quizizz
10 questions
Bài tập Logo

Quiz
•
1st - 12th Grade
15 questions
CP M4 Repetition & Loops

Quiz
•
9th - 12th Grade
15 questions
JavaScript and Graphics

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

Quiz
•
9th - 12th Grade
14 questions
Java Math and String Libraries

Quiz
•
9th - 12th Grade
15 questions
Iteration

Quiz
•
9th - 12th Grade
11 questions
Java Boolean Statements

Quiz
•
11th Grade
6 questions
Translate to Math

Quiz
•
9th Grade - University
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