Back to Freecodecamp

Writing to Files

curriculum/challenges/english/blocks/error-handling-files-and-modules-in-python/writing-files-video.md

latest356 B
Original Source

--description--

In this video, you will learn how to write data to files in Python.

--questions--

--text--

What is the role of the "a" in the open() function?

--answers--

It specifies the append mode.


It specifies the alternate mode.


It specifies the access mode.


It specifies the apply mode.

--video-solution--

1