12 2021 档案
摘要:# _*_ coding:utf _8 _*_ import wx class MyFrame(wx.Frame): def __init__(self,parent,id): wx.Frame.__init__(self,parent,id,title = "创建TextCtrl类",size =
阅读全文
摘要: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("
阅读全文
摘要:import wx from python实验2 import classinformation class MyFrame(wx.Frame): def __init__(self,parent,id): wx.Frame.__init__(self,parent,id,title="班级信息收集
阅读全文
posted @ 2021-12-12 01:07
广师大余文乐

浙公网安备 33010602011771号