Python Imprimer la ligne vide

print("some content","\n") 
#prints empty line after the "some content" string
Just Science that Data