platform.python_version()
Returns the Python version as string 'major.minor.patchlevel'
.
Note that unlike the Python sys.version
, the returned value will always include the patchlevel (it defaults to 0).
platform.python_version()
Returns the Python version as string 'major.minor.patchlevel'
.
Note that unlike the Python sys.version
, the returned value will always include the patchlevel (it defaults to 0).
Please login to continue.