Clôture des fichiers texte dans Python

file = open("file_name","ab+")
file.close()
Annoying Ape