If I learn Python 2, would I be able to use and understand Python 3? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

If I learn Python 2, would I be able to use and understand Python 3?

I kinda want to learn programming through pyhton first and a lot of sources in internet suggested Codecademy. The problem is that Codecademy free account only provides python 2 course (for python 3, I have to pay). So if I learn python 2 in Codecademy and finish the course, would I be able to understand python 3 (in other courses) and use them easily? Thank you.

21st Jan 2019, 7:41 PM
Thoriq Farras
Thoriq Farras - avatar
2 Answers
+ 1
Yes, the python2 is not much different from the python3.
21st Jan 2019, 7:43 PM
Yan
Yan - avatar
+ 1
py2: print "hello" py3: print("hello")
21st Jan 2019, 7:44 PM
Yan
Yan - avatar