Commit e2289dc5 by BellCodeEditor

save project

parent 8e7799ee
Showing with 5 additions and 4 deletions
......@@ -17,10 +17,10 @@ Len= Screen.texitnput("提示窗","nnn")
atss.pensize(12)
atss.pencolor('red')
atss.left(45)
atss.forward(2*len1)
atss.circle(len,180)
atss.forward(2*Len)
atss.circle(Len,180)
atss.right(90)
atss.circle(len,180)
atss.forward(2*len1)
atss.circle(Len,180)
atss.forward(2*Len)
atss.hideturtle()
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