7;banana'}
>>> print(basket)
{'orange', 'banana', 'pear', 'apple'}
in the sequence given?
--
Alan Cameron
--
http://mail.python.org/mailman/listinfo/python-list
"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
>
>>&
"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
"Terry Reedy" wrote in message
news:[email protected]...
> Alan Cameron wrote:
>>
>>>>> why is the printed result of
>>>>>
>>>>>>>> basket = {'apple', 'orange',