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