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
10 questions
C#

Quiz
•
11th Grade
15 questions
Python - тест

Quiz
•
1st - 12th Grade
10 questions
Python Variables

Quiz
•
7th - 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
15 questions
Lesson 5 Looping Quiz

Quiz
•
10th - 12th Grade
15 questions
Большое Повторение C#

Quiz
•
5th Grade - University
Popular Resources on Wayground
55 questions
CHS Student Handbook 25-26

Quiz
•
9th Grade
10 questions
Afterschool Activities & Sports

Quiz
•
6th - 8th Grade
15 questions
PRIDE

Quiz
•
6th - 8th Grade
15 questions
Cool Tool:Chromebook

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

Interactive video
•
6th - 10th Grade
10 questions
Nouns, nouns, nouns

Quiz
•
3rd Grade
20 questions
Bullying

Quiz
•
7th Grade
18 questions
7SS - 30a - Budgeting

Quiz
•
6th - 8th Grade