摘要: from pygame.locals import * import pygame import sys import random # 构建精灵类 class MySprite(pygame.sprite.Sprite): def __init__(self, imgpath): super(MySprite, self).__init__() sel... 阅读全文
posted @ 2018-12-27 14:46 繁星十月 阅读(220) 评论(0) 推荐(0) 编辑
摘要: 1.创建一个简单tcp服务器需要的流程 2. Python中的字典是什么? 3. 请解释使用*args和**kwargs的含义 阅读全文
posted @ 2018-12-27 13:57 繁星十月 阅读(118) 评论(0) 推荐(0) 编辑