1.Python中的hello world
# 定义 python 脚本程序
print("hello world")
2.运行
(1)pycharm中进行运行: 右击 ---> run 项目
(2)终端中运行 python 路径 + python 文件名
win + R --cmd
D //切换到d盘
cd + 文件所在位置
dir //类似于ls
python + 程序名 //执行相应程序
3.基础语法总结
思维导图已经上传到资源,可按需下载
# 定义 python 脚本程序
print("hello world")
(1)pycharm中进行运行: 右击 ---> run 项目
(2)终端中运行 python 路径 + python 文件名
win + R --cmd
D //切换到d盘
cd + 文件所在位置
dir //类似于ls
python + 程序名 //执行相应程序
思维导图已经上传到资源,可按需下载