Answer to Question #3382 in Python for mukunda

Question #3382
Write a python program to open a file “Computer.txt” with appropriate file permissions and write about computer and save that text file.
1
Expert's answer
2011-08-02T14:09:17-0400
fcomp = open ("Computer.txt", "w")
fcomp.write ("My computer is good.\n")
fcomp.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