📜  命令 - Shell-Bash 代码示例

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

代码示例2
import pygame
from pygame.locals import *
from sys import exit
from random import randint

pygame.init()