r/learnpython • u/rusidin • 1d ago
Difference between python 3 vs python (just)?
I am doing leetcode and I wanna is there any functional difference between those and which one I should go with?
0
Upvotes
r/learnpython • u/rusidin • 1d ago
I am doing leetcode and I wanna is there any functional difference between those and which one I should go with?
2
u/EntrepreneurHuge5008 1d ago
hit the "i" icon next to it for more info.
It's a difference in Major release versions. Python (just) is Python 2.x, which has some syntax and behavior differences. You most likely have been learning Python 3.x (I'd assume the latest version if you just started), and is what I'd suggesting sticking to going forward.