Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

python open a+

The a+ mode opens the file for both reading and appending. 
The file pointer in this mode is placed at the end of the file if it already exists in the system. 
The file opens in the append mode. If the file does not exist, then it is created for writing.
Source by www.delftstack.com #
 
PREVIOUS NEXT
Tagged: #python #open
ADD COMMENT
Topic
Name
5+9 =