Commit 70071063 by BellCodeEditor

auto save

parent 55df07aa
Showing with 15 additions and 0 deletions
import turtle
t= color("red")
t.fillcolor("red")
t.begin_fill()
for x in range(5):
t.forward(100)
t.right(144)
t.end_fill()
turtle.done()
若是填充颜色起点
import random
num = random.randint(0,2)
print(num)
\ 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