Питон множества

Питон множества

11th Grade

19 Qs

quiz-placeholder

Similar activities

How much idea I have?

How much idea I have?

1st Grade - Professional Development

20 Qs

Parts of the Business Plan

Parts of the Business Plan

9th - 12th Grade

14 Qs

Marketing 3.01-3.04

Marketing 3.01-3.04

9th - 12th Grade

15 Qs

LearnUp@Tally-1

LearnUp@Tally-1

10th Grade - University

20 Qs

O365 Review - New Teacher Orientation Post 19-20

O365 Review - New Teacher Orientation Post 19-20

3rd - 12th Grade

15 Qs

PLC Quiz

PLC Quiz

11th Grade

20 Qs

QUIZ 4 : TOPIC 8 [PROCESS COSTING]

QUIZ 4 : TOPIC 8 [PROCESS COSTING]

1st Grade - University

20 Qs

pH5 SYNDET GEL DC

pH5 SYNDET GEL DC

KG - Professional Development

15 Qs

Питон множества

Питон множества

Assessment

Quiz

Professional Development

11th Grade

Medium

Used 16+ times

FREE Resource

19 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Как называется метод для получения объединения множеств?

union

intersection

difference

symmetric_difference

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Как называется метод для получения пересечения множеств?

union

intersection

difference

symmetric_difference

3.

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)

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 = s ^ s1

a = list(s2)

a.sort()

print(*a)

6.

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)

7.

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)

Create a free account and access millions of resources

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?