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)]
'''
在Pycharm中查看当前Python版本
最新推荐文章于 2024-08-23 21:38:07 发布
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)]
'''