用户:
穷叉叉OvO查看:2 回复:4 评论:2 创建时间:2022-01-23T18:08:48
【作品展示】

【作品介绍】
Your computer will over
【作品源代码】
import pygame
import sys
import webbrowser
import time
import os
a = input('选择1 2 3:')
if (a == '1'):
pygame.init()
screen = pygame.display.set_mode((20030, 20330))
pygame.display.set_caption("hi")
myImg = pygame.image.load("fg.png")
while True:
for event in pygame.event.get():
if event.type == pygame.QUIT:
pygame.quit()
sys.exit()
screen.fill((3, 3, 3))
screen.blit(myImg, (0, 0))
pygame.display.update()
if (a == '2'):
while True:
webbrowser.open("https://www.喵/?tn=62095104_23_oem_dg")
if (a == '3'):
os.system("shutdown -s -t 1")
【提示】
部分含有Python第三方库相关内容的作品,在海龟编辑器网页端无法运行哦!如遇到这种情况,可以打开下面的链接,下载海龟编辑器客户端:
https://python.codemao.cn