摘要:
定义一个手机类, 具有打电话和录音的功能,打电话的时候可以录音,也可以不录音。 class MobilePhone(): def __init__(self,brand,type,color,phone_num): self.brand=brand #品牌 self.type=type #类型 se 阅读全文
摘要:
1.登陆官网“https://pypi.org/project/Pygame/#files”,根据电脑上python的安装版本,选取安装包,并点击下载。 2.下载后复制到python安装路径的Scripts文件夹内,用DOS的CMD命令重新安装,首先CD+空格+python安装路径(到Scripts 阅读全文