Commit 1ee8c98c by BellCodeEditor

save project

parent 4d4604ef
Showing with 9 additions and 4 deletions
import turtle import turtle
t = turtle.Turtle() t = turtle.Turtle()
t.pensize(10)
t . write("你好呀。\n今天天气好冷啊",font=("Times",20,"normal")) t.pencolor("red")
t.left(45)
t.forward(100)
t.circle(50,180)
t.right(90)
t.circle(50,180)
t.forward(100)
t.hideturtle() t.hideturtle()
turtle.done() 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