2025年2月6日
摘要: import pygame import time import random 初始化pygame pygame.init() 定义颜色 white = (255, 255, 255) yellow = (255, 255, 102) black = (0, 0, 0) red = (213, 50 阅读全文
posted @ 2025-02-06 21:20 髙貴的腋毛 阅读(67) 评论(0) 推荐(0)