You can use the sys library in order to check the version of your Python Interpreter: import sys print (sys.version).
確定! 回上一頁