Commit 15663aee by BellCodeEditor

auto save

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