Commit 773054bf by BellCodeEditor

save project

parent d5fe2000
Showing with 4 additions and 0 deletions
......@@ -2,6 +2,10 @@
import turtle
pen=turtle.Pen()
pen.write("你好\nxx.",font=("Times",30,"normal"))
pen.penup()
pen.forward(-90)
pen.pendown()
pen.pensize(10)
pen.color("red")
pen.left(45)
pen.forward(100)
......
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