摘要: import sysimport pygame pygame.init()size = width,height = 640, 480screem = pygame.display.set_mode(size)color = (0,0,0) ball = pygame.image.load('bal 阅读全文
posted @ 2022-12-03 18:35 蔚来o 阅读(54) 评论(0) 推荐(0)