
PythonTupeDicSet
Authored by Viết Phan
Professional Development
1st - 3rd Grade
Used 3+ times

AI Actions
Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...
Content View
Student View
17 questions
Show all answers
1.
MULTIPLE SELECT QUESTION
30 sec • 1 pt
Select all which is true for Python set
Sets are unordered
set object does support indexing
set doesn’t allow duplicate
sets are written with curly brackets {}
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the output of the following set operation
set1 = {"Yellow", "Orange", "Black"}
set2 = {"Orange", "Blue", "Pink"}
set3 = set2.difference(set1)
print(set3)
{‘Yellow’, 'Black', ‘Pink’, ‘Blue’}
{‘Pink’, ‘Blue’}
{‘Yellow’, 'Black'}
{‘Yellow’, ‘Blue’}
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the output of the following set operation
{‘Yellow’, ‘Orange’, ‘Black’, [“Blue”, “Green”, “Red”]}
TypeError: update() doesn’t allow list as a argument.
[‘Yellow’, ‘Orange’, ‘Red’, ‘Black’, ‘Green’, ‘Blue’]
{‘Yellow’, ‘Orange’, ‘Red’, ‘Black’, ‘Green’, ‘Blue’}
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the output of the following
sampleSet = {"Yellow", "Orange", "Black"}
sampleSet.add("Blue")
sampleSet.add("Orange")
print(sampleSet)
{‘Blue’, ‘Orange’, ‘Yellow’, ‘Orange’, ‘Black’}
{"Yellow", "Orange", "Black","Blue", "Orange"}
{‘Blue’, ‘Orange’, ‘Yellow’, ‘Black’}
5.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
What is the output of the following code
Yellow
Orange
Syntax Error
6.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
What is the output of the following
KeyError: ‘Blue’
TypeError
{‘Yellow’, ‘Orange’, ‘Black’}
[‘Yellow’, ‘Orange’, ‘Black’]
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the output of the following code
TypeError
{‘PYnative’, 1, (‘abc’, ‘xyz’), True}
{‘PYnative’, 1, ‘abc’, ‘xyz’, True}
{‘PYnative’, 1, (‘abc’, ‘xyz’)}
Access all questions and much more by creating a free account
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
Already have an account?