Python Forum
Python 3 escape codes - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Python Coding (https://python-forum.io/forum-7.html)
+--- Forum: General Coding Help (https://python-forum.io/forum-8.html)
+--- Thread: Python 3 escape codes (/thread-12834.html)



Python 3 escape codes - oldDog - Sep-15-2018

I know how to write a newline "\n" and that's about all. I would like to know more. Because i came across the following "\n\t\t" and to be honest i'm lost. So could someone please point me to an easy to follow tutorial which covers the above. Big thanks

Just like to say that this is a first class site for anyone who wants to learn the Python programming language.


RE: Python 3 escape codes - gruntfutuk - Sep-15-2018

\t is tab

More: https://python-reference.readthedocs.io/en/latest/docs/str/escapes.html