Answers for "ubuntu check python version"

1

check python version ubuntu

python3 --version
Posted by: Guest on January-25-2021
2

python version command notebook

import platform
print(platform.python_version())
Posted by: Guest on May-09-2020

Python Answers by Framework

Browse Popular Code Answers by Language