Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

python close file

fileName = "stuff.txt" #insert file name
file = open(fileName)
#close the file
file.close()
 
PREVIOUS NEXT
Tagged: #python #close #file
ADD COMMENT
Topic
Name
1+3 =