Answer to Question #3382 in Python for mukunda
Write a python program to open a file “Computer.txt” with appropriate file permissions and write about computer and save that text file.
1
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!
Learn more about our help with Assignments:
Python
Comments
Leave a comment