Commit ae880e17 by BellCodeEditor

save project

parent 1af36ecc
import turtle as t
t.bgcolor("pink")
t.up()
t.goto(-100,0)
t.write("你好呀!诺伊"font=("times",30,"normal"))
t.hideturtle()
t.done()
\ No newline at end of file
import pygame import pygame
from pygame import locals from pygame import locals
# 初始化pygame,为使用pygame做准备 初始化pygame,为使用pygame做准备
pygame.init() pygame.init()
bg = pygame.image.load("bg.png") bg = pygame.image.load("bg.png")
head = pygame.image.load("right.png") head = pygame.image.load("right.png")
......
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