Welcome to Python.orgThe official home of the Python Programming Languagehttps://www.python.org/点击download,依据个人硬件来选择合适的版本下载安装。具体安装方法可以自行百度。
2.Pycharm开发工具PyCharm: the Python IDE for Professional Developers by JetBrainsThe Python & Django IDE with intelligent code completion, on-the-fly error checking, quick-fixes, and much more...https://www.jetbrains.com/pycharm/如图所示
安装PyCharm,安装完成之后不推荐进行汉,具体安装方法可以自行百度。
3.新建第一个Py文件打开PyCharm软件,会出现main.py文件如图,其右边区域就是我们的代码编写区域。
4.输入输出函数输入函数 input
语法实例
input('请输入helloworld')
输出函数 print 语法实例
print('helloworld')
5.注意事项所有的标点符号全部为英文