Commit 7397759b by BellCodeEditor

save project

parent 932525de
Showing with 14 additions and 3 deletions
import turtle
t=turtie.Screen
t.bgcoior("pink")
\ No newline at end of file
t=turtle.Screen()
t.bgcolor("pink")
turtle.write("你好",font=("Times",20,"normal"))
turtle.left(45)
turtle.forward(100)
turtle.circle(50,180)
turtle.right(90)
turtle.circle(50,180)
turtle.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