In Python, the new line character “\n” is used to create a new line. When inserted in a string all the characters after the character are added to a new line. Here's an example of using the new line:

print("hello\nworld!")

>> hello
world!