Comment ajouter un brise-ligne en python

write_stuff = "content" + "\r\n"		# Adds line break to string

file.write(write_stuff)
Fair Finch