Commit a07347d4 by BellCodeEditor

save project

parent c8b02220
Showing with 5 additions and 2 deletions
'''
import pygame
from pygame import locals
# 初始化pygame,为使用pygame做准备
......@@ -19,4 +20,6 @@ while True:
screen.blit(shead,(120,150))
screen.blit(sbody,(90,150))
screen.blit(sbody,(60,150))
pygame.display.update()
\ No newline at end of file
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