Mega Code Archive

 
Categories / Python / File
 

Close a file

f=open('/tmp/workfile', 'w') f.close()