摘要: # _*_ coding:utf _8 _*_ import wx class MyFrame(wx.Frame): def __init__(self,parent,id): wx.Frame.__init__(self,parent,id,title = "创建TextCtrl类",size = 阅读全文
posted @ 2021-12-21 12:36 广师大余文乐 阅读(99) 评论(0) 推荐(0)
摘要: import sys import pygame pygame.init() size = width,height = 648,648 screen = pygame.display.set_mode(size) color = (0,0,0) ball = pygame.image.load(" 阅读全文
posted @ 2021-12-21 12:35 广师大余文乐 阅读(53) 评论(0) 推荐(0)