1

I usually use comments in order to separate blocks of code in my python programs but I was wondering if there were any special symbols used to make the code more legible. Help?

Hack3r
  • 27
  • 1
  • 1
  • 6
  • If you would like this reopened, please differentiate your question from the marked duplicate. For example, give specific problems / issues (code is helpful here), or *precise* examples which you do not find clear. – jpp Nov 04 '18 at 10:39
  • There's comments, there's empty lines... If you need even more separation, cut the code into different functions (the indentation change also serves as a visual separator) or even different modules (a different file is an even more rigorous separator). What else should there be? A "and-now-for-something-completely-different" emoji? :-) – digitalarbeiter Nov 04 '18 at 20:32

0 Answers0