29
Xaotic
8y

>Barely ever written python before
>Gets added to a python group project
>Codes the part I'm associated with
>Runs fine after about 19 tries
>Puts it together with other people's code
>Syntax error
>Searches for the error for 2 and a half hours
>tfw other people use 4 spaces instead of a tab like I do and pythong can't handle it :(

Comments
  • 5
    It's called standards, if you are starting with Python you should read pep-8 and set standards for you group.
  • 2
    If you are going to get rid of braces, there has to be a way to keep the code still readable. As @Nastrand suggested, check pep8.org it will help you in long run. All the best :)
  • 0
    AMAZING!
Add Comment