Commit a07347d4 by BellCodeEditor

save project

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