this a quick question, does it make diffrernece, on which version of python you have, would it still run, most of the codes. for example, if you made code, in pythion version 3, and then you copied the code, in to an older versions, would it still run.

Recommended Answers

All 2 Replies

Yes, for all versions 2.x-2.6 . Now that is not true when going from python 3.0 down to something like python 2.5 or 2.6 because python 3.0 is structured completley differently to python 2.5 or others. There is no raw_input() there is no print.

Chances are good that it will not run!

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.