Python Sets Presentation


This is the presentation associated with the python sets video.

Download Presentation

Python Sets Video Question

This is the question that was asked in the python sets video

Question : 

Which of the following is not a set

a. {1,2,3}
b. {1,2,3,(4,5)}
c. {}
d. {(1,2),(1,2)}

Answer: c