Commit 33b8882c by BellCodeEditor

save project

parent 815ba074
Showing with 20 additions and 21 deletions
import turtle as t import turtle
"""t.write("嗨嗨嗨\n来了昂\n今天吃老八秘制小汉堡",font=("Times",20,"normal")) screen=turtle.Screen()
t.hideturtle() screen.bgcolor("light blue")
t.done()""" pen=turtle.Pen()
"""t.pensize(100) pen.penup()
t.pencolor("red") pen.goto(100,-100)
t.left(45) pen.write("hi\n 小明",font=("times",20,"normal"))
t.forward(100) #pen.hideturtle()
t.circle(50,180) pen1=turtle.Pen()
t.forward(100) pen1.pencolor("red")
t.circle(50,180) pen1.pensize(5)
t.forward(100) pen1.left(45)
t.hideturtle() pen1.forward(100)
t.done()""" pen1.circle(50,180)
t.pensize(10) pen1.right(90)
t.pencolor("yellyow") pen1.circle(50,180)
for i in range(4): pen1.forward(100)
t.forward(100) pen1.hideturtle()
t.left(90) turtle.done()
t.done() \ No newline at end of file
\ 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