Commit fc2d13b0 by BellCodeEditor

auto save

parent cf011c04
Showing with 50 additions and 0 deletions
import turtle as t
import math
t.speed(0)
t.delay(10)
t.penup()
t.goto(-150,200)
t.setheading(160)
t.begin_fill()
t.pendown()
t.circle(-30,230)
t.setheading(180)
t.circle(37,90)
t.end_fill()
t.penup()
t.goto(60,200)
t.setheading(20)
t.begin_fill()
t.pendown()
t.circle(30,230)
t.setheading(0)
t.circle(-37,90)
t.end_fill()
t.mainloop()
t.pensize(5)
t.penup()
t.goto(-113,237)
t.setheading(30)
t.pendown()
t.circle(-134,60)
t.mainloop()
\ No newline at end of file
......@@ -110,3 +110,19 @@ class My_register(): # 注册窗口
app_login = My_login()
app_login.show()
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