Re: Newcomer to Python tutorial question

2009-05-08 Thread Alan Cameron
"Terry Reedy" wrote in message news:mailman.5248.1241732704.11746.python-l...@python.org... > Alan Cameron wrote: >> >>>>> why is the printed result of >>>>> >>>>>>>> basket = {'apple', 'orange',

Re: Newcomer to Python tutorial question

2009-05-07 Thread Alan Cameron
"Chris Rebert" wrote in message news:mailman.5238.1241723354.11746.python-l...@python.org... > On Thu, May 7, 2009 at 11:58 AM, Alan Cameron > wrote: >> "Alan Cameron" wrote in message >> news:hrfml.50224$tb.4...@newsfe07.ams2... >>>I am not su

Re: Newcomer to Python tutorial question

2009-05-07 Thread Alan Cameron
"Alan Cameron" wrote in message news:hrfml.50224$tb.4...@newsfe07.ams2... >I am not sure of this is the right place to ask a question about the >tutorial > > http://docs.python.org/3.0/tutorial/datastructures.html#sets > > why is the printed result of > >>&

Newcomer to Python tutorial question

2009-05-07 Thread Alan Cameron
7;banana'} >>> print(basket) {'orange', 'banana', 'pear', 'apple'} in the sequence given? -- Alan Cameron -- http://mail.python.org/mailman/listinfo/python-list