[EMAIL PROTECTED] schrieb:
> I suppose there is a good way to do indent whole blocks like this, but I 
> haven't found out what it is. Could anybody help me out?

Yes, get a good source code editor that has the ability to (de)indent whole
blocks of code with one keystroke. This is a must-have for writing Python code!
But every decent editor or IDE should have this capability.

I, for example, use SciTE (http://scintilla.org/SciTE.html), where you can use
the TAB key to indent and Shift-TAB to de-indent.

Chris
_______________________________________________
Tutor maillist  -  Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor

Reply via email to