Commit 8dea5679 by BellCodeEditor

auto save

parent 2d10d682
Showing with 8 additions and 2 deletions
import turtle
pen=turtle.Pen()
pen.write("你干嘛\nYYUU",font=("Times",30,"normal"))
# pen=turtle.Pen()
# pen.write("你干嘛\nYYUU",font=("Times",30,"normal"))
pen1=turtle.Pen()
pen1.left(45)
pen1.forward(100)
pen1.circle(60,180)
turtle.done()
\ 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