import pygame, sys
_____ pygame.locals.import*
pygame.init()
displayscreen = pygame.display.set_mode((400,300))
pygame.display.set_caption("Hello World")
while True():
for event in pygame.event.get():
if event.type==QUIT:
pygame.quit()
sys.exit()
pygame.display.update()
a)from
b)import init
c)display
d)pygame ()
Answers
Answered by
2
Answer:
write in short way your question
Similar questions
Social Sciences,
3 months ago
Physics,
6 months ago
English,
6 months ago
Math,
11 months ago
Math,
11 months ago