Python

Python 実行環境のPythonのバージョンを出力する

sysのversionで取得できる

import sys
print(sys.version)  # 実行例 3.7.7 (default, May  6 2020, 11:45:54) [MSC v.1916 64 bit (AMD64)]