Commit c40eeb6d by BellCodeEditor

auto save

parent 01fbebb3
Showing with 8 additions and 6 deletions
print()
\ No newline at end of file
......@@ -2,8 +2,8 @@ import turtle
p=60
pen=turtle.Pen()
for i in range(99):
t=p+1
pen.forward(100)
pen.right(t)
for i in range(999):
pen.forward(60)
pen.forward(60)
turtle.done()
for i in range(1):
print("大傻逼就是电脑!!!!!!!",end="\t")
\ No newline at end of file
print("大傻逼就是电脑!!!!!!!",end="\t"*99)
\ 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