John Potelle added the comment:
Thank you for your reasoned responses. I'm beginning to see just how much
Python is its own animal. This and/or thing has history; I get it. Links back
to the reference documentation is a good idea.
--
___
P
John Potelle added the comment:
I'm learning Python and informing you this is confusing - and you close the
ticket without hearing any response to your questions?
Re: Josh
1. To show how to return a Boolean result from a Boolean clause. If there's a
better way, I'm all for it.
New submission from John Potelle:
>From v3.4 Tutorial section 5.7
It is possible to assign the result of a comparison or other Boolean expression
to a variable. For example,
>>> string1, string2, string3 = '', 'Trondheim', 'Hammer Dance'
>>>