Ask Question
3 October, 08:15

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

+2
Answers (1)
  1. 3 October, 11:12
    0
    OutputFile = open ("/path/to/file", "wa") # DOS probably needs 'b' too
Know the Answer?
Not Sure About the Answer?
Get 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 & Technology if there is no answer or all answers are wrong, use a search bar and try to find the answer among similar questions.
Search for Other Answers