Menutup file teks dalam python

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