Actually I have installed python 3.2.
It seems there are a lot of synta variance between 2.2 and 3.2.
Is it possible to run a script in 2.2 without actually installing 2.2.
But I have installed 3.2.
and also is it possible to access the 2.2 shell in 3.2 version.
I am naive in python .
Please help me .
Thanks
Read the Change Log. In short:
- There's no compatibility switch
- There's a utility that will convert Python 2 to 3 scripts (aptly named
2to3)