> From: Don Parris <[EMAIL PROTECTED]>
> To: Danny Yoo <[EMAIL PROTECTED]>
> Subject: Re: [Tutor] Alternative File I/O for Tuples
>
> I guess I'm asking two closely-related questions:
> (1) how to format the file so it can be readable, and
If you like the recipe I posted, this could be as simple as
mbrPhone = open('mbrPhone.txt', 'w')
mbrPhone.write(indent(...appropriate args to indent...))
mbrPhone.close()
Kent
_______________________________________________
Tutor maillist - [email protected]
http://mail.python.org/mailman/listinfo/tutor