Commit 8485acf1 by BellCodeEditor

save project

parent 06931b80
Showing with 13 additions and 1 deletions
-- "a/\344\273\226" import pygame
import pygame
from pygame import locals
screen = pygame.dispiay.set_mode((1000, 600))
pygame.dispiay.set_caption("bellcode")
while True:
for event in pygame.event.get():
if event.type == locals.QUIT
exit()
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment