Commit 15663aee by BellCodeEditor

auto save

parent ce9814e8
Showing with 20 additions and 10 deletions
# a,b=0,0 import turtle
# d=0 pen=turtle.Pen()
# for i in range(10,100,1): pen.penup()
# if(i%10!=i//10): pen.goto(-90,90)
# d+=1 pen.pendown()
# print(d) pen.begin_fill()
list=[",","一","二","三","四","五","六","七"] pen.fillcolor("red")
n=int(input()) pen.goto(90,90)
print(list[n]) pen.goto(-90,-90)
\ No newline at end of file pen.goto(-90,90)
pen.end_fill()
pen.goto(90,90)
pen.begin_fill()
pen.fillcolor("yellow")
pen.goto(90,-90)
pen.goto(-90,-90)
pen.end_fill()
pen.hideturtle()
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