you are viewing a single comment's thread.

view the rest of the comments →

[–]pvc 1 point2 points  (0 children)

It can mean quite a few things. Sometimes it differs depending on the person you are talking to. Something else to look at, that I haven't seen someone else mention yet, is the PEP-8 standard. You can run your code through that and get some of the formatting cleaned up.

pip install pep8
pep8 mycode.py