Answers for "get python version within python"

13

how to find python version

python --version
Posted by: Guest on April-28-2020
0

get python version in code

import platform

print(platform.python_version())
Posted by: Guest on November-17-2020

Code answers related to "get python version within python"

Python Answers by Framework

Browse Popular Code Answers by Language