Answer to Question #3384 in Python for mukunda

Question #3384
Create a text file by using writelines() function?
1
Expert's answer
2011-08-02T14:16:54-0400
fout = open ("textfile.txt", "w")
fout.writelines([(str(x) + "\n") for x in range(10)])
fout.close()

Need a fast expert's response?

Submit order

and get a quick answer at the best price

for any assignment or question with DETAILED EXPLANATIONS!

Comments

No comments. Be the first!

Leave a comment

LATEST TUTORIALS
APPROVED BY CLIENTS