Commit 815ba074 by BellCodeEditor

save project

parent 9b63a45b
Showing with 18 additions and 1 deletions
import turtle as t
t.write("嗨嗨嗨\n来了昂\n今天吃老八秘制小汉堡",font=("Times",20,"normal"))
"""t.write("嗨嗨嗨\n来了昂\n今天吃老八秘制小汉堡",font=("Times",20,"normal"))
t.hideturtle()
t.done()"""
"""t.pensize(100)
t.pencolor("red")
t.left(45)
t.forward(100)
t.circle(50,180)
t.forward(100)
t.circle(50,180)
t.forward(100)
t.hideturtle()
t.done()"""
t.pensize(10)
t.pencolor("yellyow")
for i in range(4):
t.forward(100)
t.left(90)
t.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