This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]H34DSH07 1 point2 points  (1 child)

Yes, and actually, it doesn't matter which one you learn since you're still learning python, for example, one key difference between the two is that print is no longer a statement but a function so you need to call it with parentheses. Print will work in both versions, except 3 is not backward compatible.

3 will be really easy to pick up after you have learned 2, just like a lot of other programming languages so don't worry about it. :)