Rouvrir le fichier fermé Python
open(f.name).read()
# prints the content of closed and reopened file
Bad Buffalo
open(f.name).read()
# prints the content of closed and reopened file