import pygame # it imports the library pygame. pygame.init() # starts the pygame. size = (700,500) # Set the width and height of the screen.
確定! 回上一頁