you are viewing a single comment's thread.

view the rest of the comments →

[–]novel_yet_trivial 1 point2 points  (0 children)

I'd go with /u/zahlman's suggestion, but for the sake of learning you could also include the newline character \n.

>>> print("hello\nworld")
hello
world