12 2022 档案

摘要:import sys import pygame pygame.init() size = width, height = 640, 480 screen = pygame.display.set_mode(size) color = (0, 0, 0) ball = pygame.image.lo 阅读全文
posted @ 2022-12-01 21:06 谭广毅 阅读(32) 评论(0) 推荐(0)