print("This is a string\nthat spans over multiple\nlines") print("""This is a multiline string I can continue to type over many different lines and it won't stop until I close the strings""")