30-Days-Of-Python icon indicating copy to clipboard operation
30-Days-Of-Python copied to clipboard

Update 07_set.md - Change empty set declaration

Open srikar02 opened this issue 4 years ago • 0 comments

Empty curly braces {} will make an empty dictionary. Only way to create an empty set is with set() function.

srikar02 avatar Jan 29 '21 10:01 srikar02