Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

closing text files in python

file = open("file_name","ab+")
file.close()
 
PREVIOUS NEXT
Tagged: #closing #text #files #python
ADD COMMENT
Topic
Name
2+7 =