Recap with Flashcard
·
Question 1 of 7
Python Sets
Start Lab
1
Choose the best answer
How do you create an empty set in Python?
A
{}
B
()
C
set()
D
[]