
Lv.1
签名:做作品
在 找师傅啦,谁能做我师傅 中回复
我也许可以做你师傅,python技术如下:
import sys,pygame
def run_game:
pygame.init()
screen = pygame.display.set_mode((1200,800))
pygame.display.set_caption("hello word")
while True:
for event in pygame.event.get():
if event.type == pygame.QUIT:
sys.exit()
pygame.display.flip()
run_game()
2020-07-21T07:58:39 点赞:0