Commit aa3ba4e7 by BellCodeEditor

auto save

parent ea4d0e29
Showing with 3 additions and 0 deletions
...@@ -4,3 +4,6 @@ import pygame ...@@ -4,3 +4,6 @@ import pygame
pygame.init() pygame.init()
# 创建一个窗口 # 创建一个窗口
pygame.display.set_mode((640, 480), 0, 32)
pygame.display.set_caption("Hello, World!")
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