Commit ae2d521b by BellCodeEditor

save project

parent eae503af
Showing with 8 additions and 3 deletions
import turtle
# pen=turtle.Pen()
# pen.write("你好啊,\n诺伊",font=("Times",18,"normal"))
# pen.hideturtle()
pen=turtle.Pen()
pen.penup()
pen.goto(100,0)
pen.write("你好啊,\n诺伊",font=("Times",18,"normal"))
screen=turtle.Screen()
screen.bgcolor("light yellow")
pen.hideturtle()
# turtle.done()
# 文字
pen1=turtle.Pen()
......@@ -15,3 +19,4 @@ pen1.circle(50,180)
pen1.forward(100)
pen1.hideturtle()
turtle.done()
# 图案
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