Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #38532 > unrolled thread

Re: Any idea how i can format my output file with ********************Start file*********************** usinf Python 2.7

Started byDave Angel <davea@davea.name>
First post2013-02-09 12:13 -0500
Last post2013-02-09 12:13 -0500
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  Re: Any idea how i can format my output file with ********************Start file*********************** usinf Python 2.7 Dave Angel <davea@davea.name> - 2013-02-09 12:13 -0500

#38532 — Re: Any idea how i can format my output file with ********************Start file*********************** usinf Python 2.7

FromDave Angel <davea@davea.name>
Date2013-02-09 12:13 -0500
SubjectRe: Any idea how i can format my output file with ********************Start file*********************** usinf Python 2.7
Message-ID<mailman.1556.1360430045.2939.python-list@python.org>
On 02/09/2013 10:01 AM, Morten Engvoldsen wrote:
> Hi Davea,
> I am using Python 2.7.
>

Sorry, I should have noticed the python version in the subject line, but 
didn't until this reply.

How about  print >> outfile, "Start the File".center(55, "*")
after creating the file, and

print >> outfile, "Start the File".center(55, "*")
just before closing it ?

-- 
DaveA

[toc] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web