在桌面上找到PyCharm图标,双击运行,进入设置页面
选择New Project ,创建一个新项目,
右键,创建一个python文件
输入第一行代码:
print("hello world"),
可以直接运行