1、解锁电脑,打开【sublime text】

2、点击右下角的英文

3、选择【python】

4、点击【NewFile】新建文件

5、将新建的文件另存为py文件

6、输入print("hello word")测试

7、按住快捷键【ctrl+B】运行,成功打印出hello word

时间:2024-10-26 05:11:49
1、解锁电脑,打开【sublime text】
2、点击右下角的英文
3、选择【python】
4、点击【NewFile】新建文件
5、将新建的文件另存为py文件
6、输入print("hello word")测试
7、按住快捷键【ctrl+B】运行,成功打印出hello word