摘要: 我是python版本3.8.8 不是python3的话自己去找一下python的安装语句pip3 install matplotlib 安装命令切记多试几次! pip3 install matplotlib -i https://pypi.tuna.tsinghua.edu.cn/simple如果上 阅读全文
posted @ 2021-04-17 14:00 野兽Gentleman 阅读(92) 评论(0) 推荐(0)
摘要: import sys import pygame from settings import Settings from ship import Ship from bullet import Bullet class AlienInvasion: "管理游戏资源和行为的类" def __init__ 阅读全文
posted @ 2021-04-17 13:23 野兽Gentleman 阅读(81) 评论(0) 推荐(0)