What version Python

Hello!

I have recently been going to school for Python and I wanted to use Code academy to brush up on it more outside of class. But we use Python version 3.x.x I was wondering if Python that code academy teaches was of this version or later?

its python2.7.3, sys has a version function which you can use to find a python version a script uses.

1 Like