一、首先需要去python的官网下载环境

Download 下载 python 3.6.5,点击安装,选择自动安装。

python hello world


命令行确认是否安装ok:

python hello world

输入 python,正常输出python 版本信息,证明安装ok。


二、 Hello world !

python hello world

命令行输入 print('hello world !'),回车后完成了phthon第一简单的程序。

三、为了更好的开发,下载python 开发IDE  

pycharm

pycharm 分专业版和交流版,可以根据自己需求下载对应版本。

python hello world

python hello world






相关文章:

  • 2021-10-04
  • 2022-01-05
  • 2021-12-16
  • 2021-05-11
  • 2021-09-21
  • 2022-12-23
  • 2021-04-29
猜你喜欢
  • 2022-12-23
  • 2021-07-04
  • 2021-12-31
  • 2021-12-11
  • 2021-12-13
相关资源
相似解决方案