Commit 5527f08e by BellCodeEditor

auto save

parent 7c2f624e
Showing with 21 additions and 2 deletions
import turtle as a
for i in range(4):
a.forward(200)
a.right(270)
a.fillcolor("red")
a.forward(200/2)
a.begin_fill()
a.left(45)
a.goto(200,100)
a.left(45)
a.goto(100,200)
a.left(45)
a.goto(0,100)
a.left(45)
a.goto(100,0)
a.end_fill()
a.hideturtle()
a.done()
\ No newline at end of file
...@@ -16,4 +16,4 @@ while True : ...@@ -16,4 +16,4 @@ while True :
print(k,v) print(k,v)
break break
else: else:
print('输入错误')工本费也让丰田皇冠v print('输入错误')
\ 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