Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
bumping code to the right
#1
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.
Tradition is peer pressure from dead people

What do you call someone who speaks three languages? Trilingual. Two languages? Bilingual. One language? American.
Reply


Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020