摘要: Python第十三章小球移动游戏 # -*- coding:utf-8 -*-import sys # 导入sys模块import pygame # 导入pygame模块 pygame.init() # 初始化pygamesize = width, height = 640,480 # 设置窗口screen = pygame.dis 阅读全文
posted @ 2022-12-01 22:49 Listened* 阅读(106) 评论(0) 推荐(0)