在VSCode上运行Python程序(Mac)

chasetsai / 2024-07-10 / 原文

运行

选择 Run Python File

从终端运行

调出终端,进入文件夹

cd Desktop/Python

运行

python3 hello.py

注意是 python3