Commit 5f8713f3 by BellCodeEditor

auto save

parent 4dba4a98
Showing with 17 additions and 2 deletions
import turtle
A=turtle.Pen()
A.penup()
A.goto(100,-100)
A.write("你好!\n123",font=("Times",40,"normal"))
B=turtle.Pen()
B.pencolor("red")
B.pensize(5)
B.right(-45)
B.forward(100)
B.circle(50,180)
B.right(90)
B.circle(50,180)
B.forward(100)
turtle.done()
# 利用write()帮助悟空给诺依回信吧~
import turtle
A=turtle.Pen()
S=turtle.Screen()
......@@ -7,7 +7,7 @@ A.penup()
A.goto(-100,0)
A.write("你好",font=("Times",40,"normal"))
B=turtle.Pen()
B.right(45)
B.right(-45)
B.forward(100)
B.circle(50,180)
B.right(90)
......
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