heyang-四曲博客-第2页
Pygame基础知识-四曲博客

Pygame基础知识

建立一个Pygame程序 #导入库 import pygame,sys #导入Pygame的本地常量,这样导入可以避免使用pygame.locals的形式使用 from pygame.locals import * #初始化pygame库 pygame.init() 创建一个窗...
文件夹备注修改程序-四曲博客

文件夹备注修改程序

如果有软件更新,则会放在这个帖子当中
1年前
04010
Python加速源-四曲博客

Python加速源

国内源:新版ubuntu要求使用https源,要注意。清华:https://pypi.tuna.tsinghua.edu.cn/simple阿里云:http://mirrors.aliyun.com/pypi/simple/中国科技大学 https://pypi.mirrors.ustc.edu.cn...
4年前
0336