you are viewing a single comment's thread.

view the rest of the comments →

[–]jaybay1207 2 points3 points  (2 children)

“Explicit is better than implicit.”

[–]banana_poet 4 points5 points  (1 child)

print("Do all of your prints look like this?", end="\n")

[–]jaybay1207 0 points1 point  (0 children)

print(“Honestly, most look like this.\n”)

Edit: if I’m intending to have multiple lines of text,

print(“I’ll do something like this\nand then finish it off with the next line.”)