Yasir Bhutta
|
Sets
0/24
30:00
Exit
Question 1
Flag
1/24
Which of the following is a correct way to create a set in Python?
A
myset = {}
B
myset = []
C
myset = set()
D
myset = dict()
Need a hint? View Explanation