
Lv.1
回来了回来了回来了回来了回来了回来了回来了回来了回来了回来了
签名:回归喽!!! 联系不回 2025目标! 被浏览(4359/90000) 被点赞(2400/10000) 被收藏(55/1000) 被再创作(66/500) 粉丝(40/50000) 每周更新几次 慢脚:刘网-解说-整活南梁版 音符/红薯/小破站:刘网-解说-整活
在 【Kitten N公测开始】我来啦我来啦!我带着三端合一走来啦! 中回复
导入喵链接:https://creation.codemao.cn/922/user-files/FmLV1tCnEcK6rCL98pfomLteVp2F
2023-07-25T16:35:20 点赞:1
在 【Kitten N公测开始】我来啦我来啦!我带着三端合一走来啦! 中回复
导入喵链接:https://creation.cod喵/922/user-files/FlHOm-0SxXGWLbs0lfeL3N2SFcQo
2023-08-11T21:39:59 点赞:3
在 假病毒文件代码 中回复
import tkinter as tk
import random
import threading
import time
def boom():
window = tk.Tk()
width = window.winfo_screenwidth()
height = window.winfo_screenheight()
a = random.randrange(0, width)
b = random.randrange(0, height)
window.title('报错')
window.geometry("200x50" + "+" + str(a) + "+" + str(b))
tk.Label(window, text='您的电脑已被控制', bg='red',
font=('宋体', 17), width=20, height=4).pack()
window.mainloop()
threads = []
for i in range(100):
t = threading.Thread(target=boom)
threads.append(t)
time.sleep(0)
threads[i].start()2023-11-02T13:46:12 点赞:1
在 【官方】如何上首页?只需在本帖下面评论! 中回复
编程猫社区-我要开鸭博店-少儿编程作品(codemao.cn) https://shequ.codemao.cn/work/209576205
2024-01-05T13:10:09 点赞:0