IronPython

実行中のIronPythonのバージョンを取得するには、sys.versionを参照します。

import sys
print(sys.version)