【pycharm查看当前python版本】
·
import sys
print(sys.version)
'''
3.6.8 (v3.6.8:3c6b436a57, Dec 24 2018, 02:04:31)
[GCC 4.2.1 Compatible Apple LLVM 6.0 (clang-600.0.57)]
'''
—
更多推荐
import sys
print(sys.version)
'''
3.6.8 (v3.6.8:3c6b436a57, Dec 24 2018, 02:04:31)
[GCC 4.2.1 Compatible Apple LLVM 6.0 (clang-600.0.57)]
'''
—
更多推荐
所有评论(0)