📜  如何将 pygame 导入 python 代码示例

📅  最后修改于: 2022-03-11 14:47:24.146000             🧑  作者: Mango

代码示例1
#for windows users
#type this in command prompt
python -m pip install pygame

#next open python and type this
import pygame

#and to actually use it, type this
pygame.init()