What is the difference between python and python3 | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

What is the difference between python and python3

17th Jun 2017, 5:31 AM
Raja N
Raja N - avatar
4 Answers
+ 7
the biggest difference for beginners is that python3 requires () after print, while python2 doesn't print 'python2' print('python3')
17th Jun 2017, 7:14 AM
Ahri Fox
Ahri Fox - avatar
0
Python 3 is not backwards compatible with Python 2, if that's what you were wondering. Use Google if you want more details as to why this is.
17th Jun 2017, 6:24 AM
Tim
0
well done
17th Jun 2017, 8:16 AM
Ash
Ash - avatar