A

Admin • 833K Points
Coach

Q. What does the 'a' mode do when opening a file?

  • (A) Deletes the file
  • (B) Reads from the file
  • (C) Overwrites the file
  • (D) Appends to the file
  • Correct Answer - Option(D)
  • Views: 31
  • Filed under category Python
  • Hashtags:

Explanation by: Admin

The 'a' mode adds data to the end of the file without removing existing content.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.