Commit a70dce68 by BellCodeEditor

save project

parent 3d874c54
Showing with 8 additions and 3 deletions
# import turtle
# pen=turtle.Pen()
# pen.write("Hi,诺依~\n用python写SB真的是太又去啦~",font=("Times",60,"normal")
# pen.hideturtle()
# turtle.done()
import turtle import turtle
pen=turtle.Pen() penl=turtle.Pen()
pen.write("Hi,诺依~\n用python写SB真的是太又去啦~",font=("Times",60,"normal") penl.circle(50)
pen.hideturtle()
turtle.done() 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