Which version of Python do I have installed? ... if not sys.version_info.major == 3 and sys.version_info.minor >= 6: print("Python 3.6 or ...
確定! 回上一頁