用python写Hello World

运行python程序有两种方式:交互式和文件式

交互式

交互式又可分为通过cmd运行和通过IDLE远行两种

这种方式写的Python代码是输入一行,执行一行

通过cmd运行hello world

  1. 打开cmd
  2. 在命令控制栏输入python进入python解释器
  3. 在>>>后输入print(“hello world”)

通过IDLE运行hello world

  1. 点击python IDLE进入解释器
  2. 在file中新建或打开一个python文件
  3. 在文件中书写print(“hello world”)
  4. 点击Run即可运行

通过pycharm运行hello world

pycharm和idle都是Python语言的集成开发软件,在这里编写会更加方便,代码也会被pycharm自动保存下来

步奏和在IDLE编写代码时相同

文件式

  1. 新建一个文本文档
  2. 将新建的文本文档命名,并改变文档的拓展名为.py
  3. 在该文档中书写代码
  4. 通过cmd找到该文档运行
    • 查找文档所在的位置
    • 输入python 文档名.py运行

Donate
  • Copyright: Copyright is owned by the author. For commercial reprints, please contact the author for authorization. For non-commercial reprints, please indicate the source.

扫一扫,分享到微信

微信分享二维码
  • Copyrights © 2015-2023 dwx
  • Visitors: | Views:

请我喝杯咖啡吧~

支付宝
微信