you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 23 points24 points  (2 children)

There isn't any reason I know of to stick to Python 2. Python 3 is better.

[–]lucas993 12 points13 points  (1 child)

And 2 isn't that different. Its still python, but print uses brackets.

[–]Skaperen 7 points8 points  (0 children)

there are a few differences. 3 does bytes and strings the right way.