Download How do I check which version of Python is running my script? book pdf free download link or read online here in PDF. Read online How do I check which version of Python is running my script? book pdf free download link book now. All books are in clear copy here, and all files are secure so don't worry about it. This site is like a library, you could find million book here by using search box in the header.
Several answers already suggest how to query the current python version. To check programmatically the version requirements, I'd make use of one of the following two methods: # Method 1: (see krawyoti's answer) import sys. assert(sys.version_info >= (2,6)) # Method 2: import platform.
Read : How do I check which version of Python is running my script? pdf book online Select one of servers for direct link: |
---|