Embarrasing questio

Catherine Heathcote catherine.heathcote at gmail.com
Thu Feb 12 11:20:03 EST 2009


Aahz wrote:
> In article <ZKXkl.34048$Sp5.7221 at text.news.virginmedia.com>,
> Catherine Heathcote  <catherine.heathcote at gmail.com> wrote:
>> But I just cant find it. How do I do an or, as in c/c++'s ||? Just 
>> trying to do something simple, the python equivilent of:
>>
>> if(i % 3 == 0 || i % 5 == 0)
> 
> if i % 3 == 0 or i % 5 == 0:
> 
> You may find it worthwhile to quickly step through everything in the
> standard Python tutorial, it covers lots of stuff like this.

I did, though perhapse a little to quickly! lol



More information about the Python-list mailing list