Commit 8ca3486b by BellCodeEditor

auto save

parent a07347d4
Showing with 1 additions and 4 deletions
'''
import pygame import pygame
from pygame import locals from pygame import locals
# 初始化pygame,为使用pygame做准备 # 初始化pygame,为使用pygame做准备
...@@ -21,5 +21,3 @@ while True: ...@@ -21,5 +21,3 @@ while True:
screen.blit(sbody,(90,150)) screen.blit(sbody,(90,150))
screen.blit(sbody,(60,150)) screen.blit(sbody,(60,150))
pygame.display.update() pygame.display.update()
'''
turtle
\ 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