Commit 90a6b862 by BellCodeEditor

save project

parent b257f39b
Showing with 10 additions and 10 deletions
import turtle
pen=turtle.Pen()
pen.up()
pen.goto(30,-20)
pen.down()
# pen.up()
# pen.goto(30,-20)
# pen.down()
pen.write("你好",font=("Times",30,"normal"))
pen1=turtle.Pen()
pen1.left(45)
pen1.forwold(100)
pen1.circle(50,180)
pen1.left(45)
pen1.circle(50,-180)
\ No newline at end of file
# pen1=turtle.Pen()
# pen1.left(45)
# pen1.forwold(100)
# pen1.circle(50,180)
# pen1.left(45)
# pen1.circle(50,-180)
\ 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