Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
In Shell¶
!python3 --versionPython 3.7.3
In Python¶
import sys
sys.version_infosys.version_info(major=3, minor=7, micro=3, releaselevel='final', serial=0)import platform
platform.python_version()'3.7.3'