pycharm
官网下载
https://www.jetbrains.com/pycharm/download/#section=windows
记得选右侧的免费community 社区版
或者选择mac版
设置中文
如下图五步,按顺序一步步跟着点击
file 文件> settings 设置 > plugins 插件 > chinese 中文> install 安装
Mac版设置稍有不同
菜单栏Pycharm> preference >后面同上windows
重启一下软件
Restart IDE
开始愉快的Python之旅啦~
def print_hi(name):
# Use a breakpoint in the code line below to debug your script.
print(f'Hi, {name}') # Press Ctrl+F8 to toggle the breakpoint.
# Press the green button in the gutter to