Python Forum
bumping code to the right - 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: bumping code to the right (/thread-5721.html)



bumping code to the right - Skaperen - Oct-18-2017

what can i put in front of (on the same line) some code that lets the code still run as usual, doing exactly what it would do without this, which moves that code over to the eight but some amount if space.  in C and Pike i would just use an inline comment like:
    /**********/ foo = bar
of course, in python, this will most likely need to be indented just where other code in the same line would need to be.