# triple quotes string can extend multiple lines my_string = """Hello, welcome to the world of Python""" print(my_string)