Commit 6fdaaba0 by BellCodeEditor

save project

parent b47b6ebf
Showing with 10 additions and 1 deletions
import turtle import turtle
x = turtle x = turtle
x.write("待到秋来九月八\n我花开后百花杀\n冲天香气透长安\n满城尽带黄金甲",font=("times",30,"normal")) # x.write("待到秋来九月八\n我花开后百花杀\n冲天香气透长安\n满城尽带黄金甲",font=("times",30,"normal"))
x.pencolor("red")
x.pensize(5)
x.left(45)
x.forward(100)
x.circle(50,180)
x.right(90)
x.circle(50,180)
x.forward(100)
x.hideturtle() x.hideturtle()
x.done() x.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