What version is the Codecademy python course? Is it 2 or 3?
1 Like
import sys
print sys.version
which will tell you its python2.7.3, there are plans for an upgrade in the summer, see codecademy - blog
2 Likes