On Wed, Apr 27, 2016 at 4:26 PM, Adam Davis <peakgraph...@gmail.com> wrote:
> I understand what you're saying! But where you say: " the_set = set()", what 
> would go within the set brackets?

Nothing. The empty parentheses mean "call this with no arguments", and
when you call the set constructor like that, you get back an empty
set.

ChrisA
-- 
https://mail.python.org/mailman/listinfo/python-list

Reply via email to