标签:fill pygame display code nbsp size splay mic style
1 import pygame
2 pygame.init()
3 screen = pygame.display.set_mode((640,480))
4 screen.fill((151, 255, 255))
5 pygame.display.flip()
标签:fill pygame display code nbsp size splay mic style
原文地址:https://www.cnblogs.com/xiyu714/p/9031473.html