Commit f602539c by BellCodeEditor

save project

parent 714f20a7
Showing with 13 additions and 7 deletions
This source diff could not be displayed because it is too large. You can view the blob instead.
import turtle
turtle.color("red")
turtle.fillcolor("green")
turtle.begin_fill()
for i in range(999999):
turtle.forward(200)
turtle.right(1)
turtle.end_fill()
turtle.done()
\ No newline at end of file
name=input("输入")
print(name+"左下")
\ No newline at end of file
import turtle
import turtle
pen=turtle.Pen()
pen.forward(100)
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