Commit f55fd80b by BellCodeEditor

save project

parent 7d437d18
Showing with 1 additions and 1 deletions
......@@ -5,7 +5,7 @@ pen=turtle.Pen()
pen.penup()
pen.pencolor("light yellow")
pen.goto(100,-100)
pen.write("Hi\nxxx\n123",font("宋体",20,"normal"))
pen.write("Hi\nxxx\n123",font=("宋体",20,"normal"))
pen.hideturtle()
len=50
......
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