Result Size:
625 x 571
demo_string_newline.py:
txt = "Hello\nWorld!" print(txt)
x
txt
=
"Hello\nWorld!"
print
(
txt
)
C:\Users\My Name>python demo_string_newline.py
Hello
World!