三、验证 Python3
在命令行中执行 python3 查看当前的 python 版本 ;
Python 3.10.0 (v3.10.0:b494f5935c, Oct 4 2021, 14:59:20) [Clang 12.0.5 (clang-1205.0.22.11)] on darwin Type "help", "copyright", "credits" or "license" for more information.
在 IntelliJ IDEA 中 , 可以创建基于 Python 3.10 的应用 ;