Commit c9bc9bdf by BellCodeEditor

auto save

parent 2e6ec118
def abcd(): import turtle
total = []
while True: turtle.pencolor("red")
unit= input("请输入:")
if unit== 'q': turtle.pensize(2)
break
else: turtle.forward(-100)
total.append(unit)
print(total) turtle.forward(200)
\ No newline at end of file
turtle.left(90)
turtle.circle(100,450)
turtle.left(90)
turtle.forward(200)
#turtle.hideturtle()
turtle.done()
\ No newline at end of file
input=9
print(input)
\ No newline at end of file
++ "b/\347\232\204\343\200\202py"
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