Commit dc8b9566 by BellCodeEditor

save project

parent 2a352eaa
Showing with 3 additions and 1 deletions
......@@ -5,8 +5,10 @@ a.penup()
a.goto(100,-100)
a.write("fdgndf\njklldak\nmpukdbnpko",font = ("qq",30,"normal"))
a.hideturtle()
ll = turtle.Screen()
ll.bgcolor("blue")
aa = turtle.Pen()
aa.pensize(100)
aa.left(45)
aa.forward(200)
aa.circle(100,180)
......
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