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