On Wednesday, 27 April 2016 07:37:42 UTC+1, Chris Angelico  wrote:
> 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

Thanks Chris. Where Ian says 'the_set.add(item)', what would be put within item 
in terms of my codes function/aim? 
-- 
https://mail.python.org/mailman/listinfo/python-list

Reply via email to