mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-05-28 18:26:54 +00:00
e37faff9e6
Co-authored-by: jdwilkin4 <jwilkin4@hotmail.com>
526 B
526 B
id, title, challengeType, videoId, dashedName
| id | title | challengeType | videoId | dashedName |
|---|---|---|---|---|
| bfab38e6a6c1165f7774514d | Writing to Files | 11 | QR95sRxsehY | writing-to-files-learn-python-full-course-for-beginners |
--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