Python Close Gile

with open(filename) as f:
  #use file

 #close file
f.close()
Underlyingglitch