how to change a line in print in python code example Example 1: print new line python print("\n") Example 2: python new line print("First Line \n" "Second Line")