Commit bacad223 by BellCodeEditor

save project

parent 567705bc
Showing with 3 additions and 13 deletions
import pygame name=input("勇敢地创造师你叫什么呀?")
from parser import locals print(name+",你好呀")
\ No newline at end of file
# 初始化pygame,为使用pygame做准备
pygame.init()
screen = pygame.display.set_mode((660,480))
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