Commit eab3a71e by BellCodeEditor

save project

parent 6ca93ee4
Showing with 6 additions and 2 deletions
import turtle as v import turtle as v
s = v.Screen()
s.bgcolor("pink")
v.pensize(5) v.pensize(5)
v.pencolor("red") v.pencolor("red")
v.left(45) v.left(45)
...@@ -7,4 +9,7 @@ v.circle(50,180) ...@@ -7,4 +9,7 @@ v.circle(50,180)
v.right(90) v.right(90)
v.circle(50,180) v.circle(50,180)
v.forward(100) v.forward(100)
v.done() v.penup()
\ No newline at end of file v.goto(100,0)
v.write("你好呀,12B",font=("Times",20,"normal"))
v.done()
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