semicolon at end of python's statements

Grant Edwards invalid at invalid.invalid
Mon Sep 2 10:20:51 EDT 2013


On 2013-08-31, Paul Rudin <paul.nospam at rudin.co.uk> wrote:
> Jussi Piitulainen <jpiitula at ling.helsinki.fi> writes:
>
>
>> # Option 1.5
>> for spam in sequence:
>>     if not predicate(spam): continue
>>     process(spam)
>>
>> This saves an indent level.
>
> Just out of interest: is saving an indent level a useful thing?

Perhaps he's worried about the world running out of tabs?

I heard that most of the tab mines are in China and they're going to
stop exporting...

-- 
Grant




More information about the Python-list mailing list