Commit 641c0a05 by BellCodeEditor

save project

parent eef9ffcf
Showing with 5 additions and 5 deletions
import turtle import turtle
pen=turtle.Pen() pen1=turtle.Pen()
pen.write("诺依,\nturtle真好用,\n我能用Python中的 \n画笔画画了!",font=("Times",30,"normal")) #画图
pen.hideturtle() pen1.circle(50)
turtle.done() turtle.down()
\ No newline at end of file \ 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