摘要: #_author:来童星#date:2019/12/22 import pygame import sys pygame.init() size=width,height=640,480 screen=pygame.display.set_mode(size) color=(0,0,0) ball= 阅读全文
posted @ 2019-12-22 21:49 Stary_tx 阅读(456) 评论(0) 推荐(0)