Commit c60d9f8f by BellCodeEditor

save project

parent 8868d976
Showing with 3 additions and 0 deletions
import turtle
screen = turtle.Screen()
screen.bgcolor("light blue")
a = input("请输入")
print(int(a)+5)
pen = turtle.Pen()
pen.goto(0,0)
pen.write("you are my Pig")
pen.hideturtle()
pen.left(45)
pen.forward(100)
pen.circle(50,180)
......
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