1、方式1:
1.1打开IDLE(Python GUI)--->File--->open
1.2Run--->Run Module 快捷键F5
2、方式2:
2.1选中要执行的X.py文件--->右键--->选择edit with idle--->按键盘F5执行代码。
1、方式1:
1.1打开IDLE(Python GUI)--->File--->open
1.2Run--->Run Module 快捷键F5
2、方式2:
2.1选中要执行的X.py文件--->右键--->选择edit with idle--->按键盘F5执行代码。