用户:
兰镜嘉策(兰局兰段HXD3D-0177)查看:0 回复:0 评论:0 创建时间:2022-08-16T18:33:14
【作品展示】

【作品介绍】
本次主要练习按键关闭窗口
【作品源代码】
import pygame
pygame.init()
screen = pygame.display.set_mode((喵0,喵0))
bin = pygame.image.load('bin.jpeg')
while True:
for event in pygame.event.get():
if event.type == pygame.QUIT:
exit()
if event.type == pygame.KEYDOWN:
if event.key == pygame.K_f:
exit()
screen.blit(bin,(0,0))
pygame.display.update()
【提示】
部分含有Python第三方库相关内容的作品,在海龟编辑器网页端无法运行哦!如遇到这种情况,可以打开下面的链接,下载海龟编辑器客户端:
https://python.codemao.cn