python how to use print line space code example Example: insert line break in python in output print("Hello world") print(" ") print("Next line")