Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- import pygame
- from pygame.locals import *
- pygame.init()
- pantalla = pygame.display.set_mode((470,300))
- while True:
- for evento in pygame.event.get():
- if evento.type == pygame.QUIT:
- pygame.quit()
Advertisement
Add Comment
Please, Sign In to add comment