On Feb 22, 9:49 am, [EMAIL PROTECTED] wrote:
> I don't know to which forum should I post the message
> I hope someone related to the Python kernel development will read &
> consider the idea
> I'm (a former? meanwhile not sure) MATLAB user & it's very annoing
> typing each time for example
> while i:
>      print i
>      ...
> instead of
> while i
>     print i
>     ...
> of course if all is written in a single line ':' I guess should not be
> omited
>
> Thank you for you suggestions.
> Sorry my bad English.
>
> WBR, Dmitrey

Think on the bright side:

you have to type ":" at the beginning of loop and conditional blocks,
but you don't have to type "end"  at the end... you are still saving
two strokes...
;-))

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to