[Tutor] getting started

alan.gauld@bt.com alan.gauld@bt.com
Fri Nov 15 13:43:43 2002


> If you are really desperate to run a few lines at once
> in interactive mode, you can do this with a little trick:
> 
>  >>> if 1 == 1:
>          print "aaa"
>          print "bbb"
>          print "ccc"
> 

I like it Magnus! I hadn't thought of that before...
 
Alan G.