Dennis Lee Bieber wrote:
> On 7 Sep 2006 06:53:44 -0700, "Omar" <[EMAIL PROTECTED]>
> declaimed the following in comp.lang.python:
>
>
>>1) why don't python / idle use numbered lines in their scripting, like
>>basic? how do you keep track of large batches of code without them?
>>
>
> Beca
On 2006-09-07, Dennis Lee Bieber <[EMAIL PROTECTED]> wrote:
> On 7 Sep 2006 06:53:44 -0700, "Omar" <[EMAIL PROTECTED]>
> declaimed the following in comp.lang.python:
>> 1) why don't python / idle use numbered lines in their
>> scripting, like basic? how do you keep track of large batches
>> of cod
thanks
--
http://mail.python.org/mailman/listinfo/python-list
Omar wrote:
> 1) why don't python / idle use numbered lines in their scripting, like
> basic? how do you keep track of large batches of code without them?
>
> 2) in IDLE, how do you save a program such that it can be run, say from
> windows the "run" function?
>
> 3) are most of you doing your s