Python set
Quiz
•
Computers
•
10th Grade
•
Hard
Used 16+ times
FREE Resource
Enhance your content in a minute
12 questions
Show all answers
1.
FILL IN THE BLANK QUESTION
45 sec • 1 pt
Что будет выведено программой?
s = {1, 3, 4}
s1 = {3, 4, 5, 6, 8}
s2 = s | s1
a = list(s2)
a.sort()
print(*a)
2.
FILL IN THE BLANK QUESTION
30 sec • 1 pt
Что будет выведено программой?
s = {1, 3, 4}
s1 = {3, 4, 5, 6, 8}
s2 = s & s1
a = list(s2)
a.sort()
print(*a)
3.
FILL IN THE BLANK QUESTION
45 sec • 1 pt
Что будет выведено программой?
s = {1, 3, 4}
s1 = {3, 4, 5, 6, 8}
s2 = s ^ s1
a = list(s2)
a.sort()
print(*a)
4.
FILL IN THE BLANK QUESTION
30 sec • 1 pt
Что будет выведено программой?
s = {1, 3, 4}
s1 = {3, 4, 5, 6, 8}
s2 = s - s1
a = list(s2)
a.sort()
print(*a)
5.
FILL IN THE BLANK QUESTION
30 sec • 1 pt
Что будет выведено программой?
s = {1, 3, 4}
s1 = {3, 4, 5, 6, 8}
s2 = s1 - s
a = list(s2)
a.sort()
print(*a)
6.
MULTIPLE SELECT QUESTION
1 min • 1 pt
Какие символы будут в множестве a3 после выполнения программы?
ш
н
а
и
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Чем является объект alist:
alist = list(map(int, input().split()))
Mset = set(alist)
print(len(Mset))
множеством
списком
оператором
словарем
Create a free account and access millions of resources
Create resources
Host any resource
Get auto-graded reports

Continue with Google

Continue with Email

Continue with Classlink

Continue with Clever
or continue with

Microsoft
%20(1).png)
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?
Similar Resources on Wayground
10 questions
Bài 24-Xâu kí tự
Quiz
•
10th Grade
12 questions
Множества Python
Quiz
•
8th - 11th Grade
10 questions
Строки в Python
Quiz
•
10th Grade
12 questions
Массивы C++
Quiz
•
10th - 11th Grade
14 questions
Итоговый урок III четверти. 8 класс
Quiz
•
10th Grade
10 questions
Ввод вывод данных
Quiz
•
6th Grade - University
10 questions
Электронные таблица
Quiz
•
9th - 10th Grade
14 questions
11 класс. Системы управления базами данных
Quiz
•
9th - 11th Grade
Popular Resources on Wayground
10 questions
Ice Breaker Trivia: Food from Around the World
Quiz
•
3rd - 12th Grade
20 questions
Halloween Trivia
Quiz
•
6th - 8th Grade
25 questions
Multiplication Facts
Quiz
•
5th Grade
4 questions
Activity set 10/24
Lesson
•
6th - 8th Grade
22 questions
Adding Integers
Quiz
•
6th Grade
10 questions
How to Email your Teacher
Quiz
•
Professional Development
15 questions
Order of Operations
Quiz
•
5th Grade
30 questions
October: Math Fluency: Multiply and Divide
Quiz
•
7th Grade
Discover more resources for Computers
10 questions
Exploring Digital Citizenship Essentials
Interactive video
•
6th - 10th Grade
20 questions
Six Weeks Test 2 Review
Lesson
•
9th - 12th Grade
12 questions
Overview of Mexico Part 1
Lesson
•
9th - 12th Grade
10 questions
Exploring Computer Hardware and Software Components
Interactive video
•
6th - 10th Grade
