Commit fa58a4a4 by BellCodeEditor

save project

parent ec589aeb
Showing with 45 additions and 0 deletions
import.turtle
turtle.fd(50)
turtle.fillcolor("red")
for i in range(2):
turtle.right(90)
turtle.fd(50)
turtle.fd(50)
for i in range(2):
turtle.left(90)
turtle.fd(50)
turtle.begin_fill()
turtle.end_fill()
turtle.done
\ No newline at end of file
import.turtle
turtle.fd(50)
turtle.fillcolor("red")
for i in range(2):
turtle.right(90)
turtle.fd(50)
turtle.fd(50)
for i in range(2):
turtle.left(90)
turtle.fd(50)
turtle.begin_fill()
turtle.end_fill()
turtle.done()
\ No newline at end of file
import turtle
turtle.fd(100)
for i in range(4):
turtle.right(90)
turtle.fd(50)
turtle.fd(100)
turtle.fillcolor("red")
turtle.begin_fill()
for i in range(4):
turtle.left(90)
turtle.fd(50)
turtle.end_fill()
turtle.done()
\ No newline at end of file
i=input("请输入你的名字 ")
print(i+"你是最棒的创造师耶")
\ 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