Is better to start with python 2.7 instead of this if you're a total noob? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Is better to start with python 2.7 instead of this if you're a total noob?

29th Mar 2016, 8:46 AM
max lucado
max lucado - avatar
1 Answer
0
Not necessarily. They both use mostly the same syntax, just a few differences. Like in 2.7, print statements are -- print 'Something' -- while in 3 it a function (with parenthesis), like this -- print('Something') These differences are enough to break backwards compatibility, but learn either one (neither one is the 'harder' version), and you'll have a great base knowledge to quickly master the other as well.
19th May 2016, 7:32 PM
Murph Strange
Murph Strange - avatar