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

Re: Newcomer to Python tutorial question

2009-05-07 Thread Alan Cameron
"Alan Cameron" wrote in message news:[email protected]... >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 > >>&

Re: Newcomer to Python tutorial question

2009-05-07 Thread Alan Cameron
"Chris Rebert" wrote in message news:[email protected]... > On Thu, May 7, 2009 at 11:58 AM, Alan Cameron > wrote: >> "Alan Cameron" wrote in message >> news:[email protected]... >>>I am not su

Re: Newcomer to Python tutorial question

2009-05-08 Thread Alan Cameron
"Terry Reedy" wrote in message news:[email protected]... > Alan Cameron wrote: >> >>>>> why is the printed result of >>>>> >>>>>>>> basket = {'apple', 'orange',