Python Print Line Empty

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