I have a buggy long python project that I am trying to debug. Its messy and undocumented. I am familiar with python2.7. There are no binaries in this project. The straight f
Use this in your code:
import platform print platform.python_version()
outputs a string: 2.7.10