Ask Question
27 January, 03:42

Which statement opens a file in such a way that information will only be written to its end?

+5
Answers (1)
  1. 27 January, 04:41
    0
    OutputFile = open ("/path/to/file", "wa") # DOS probably needs 'b' too
Know the Answer?
Not Sure About the Answer?
Find an answer to your question ✅ “Which statement opens a file in such a way that information will only be written to its end? ...” in 📘 Computers and Technology if you're in doubt about the correctness of the answers or there's no answer, then try to use the smart search and find answers to the similar questions.
Search for Other Answers