Answer to Question #3383 in Python for mukunda

Question #3383
Write a program to open “Compuer.txt” file and add the following text
“The modern computer begins with two separate technologies automated calculation and programmability”
1
Expert's answer
2011-08-02T14:10:24-0400
fcomp = open ("Computer.txt", "a")
fcomp.write ("The modern computer begins with two separate technologies automated calculation and programmability")
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