Newlines in Python
|
|
| Newlines in Python |
\n represents a new line. It can be used in strings to create multi-line output:
print("Hello once Again.\nMy name is LoLo,\nI am your new classmate.\nNice to meet you.")
Similarly, \t represents a tab.