Commit b257f39b by BellCodeEditor

save project

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