Commit 83129ef7 by BellCodeEditor

save project

parent 5a68141b
Showing with 46 additions and 13 deletions
......@@ -13,7 +13,7 @@ while True:
a=score[name]
for k,v in score.items():
print("#"*30)
print(a)
print(a)
break
else:
print("没有")
\ No newline at end of file
"""
import turtle
pen = turtle.Pen()
pen.color("black")
pen.fillcolor("yellow")
pen.goto(0,0)
pen.hideturtle()
#pen.forward(180)
#pen.left(90)
pen.fillcolor("red")
pen.begin_fill()
pen.circle(150)
for i in range(2):
pen.forward(180)
pen.left(90)
pen.left(45)
pen.forward(255)
pen.end_fill()
pen.penup()
pen.goto(75,150)
pen.right(135)
pen.fillcolor("yellow")
pen.begin_fill()
pen.forward(180)
pen.right(90)
pen.forward(10)
pen.down()
pen.fillcolor("white")
pen.forward(180)
pen.end_fill()
"""
"""
pen.pensize(10)
pen.fillcolor("blue")
pen.hideturtle()
pen.begin_fill()
pen.circle(75)
pen.circle(50)
pen.end_fill()
turtle.done()
pen.forward(90)
pen.left(120)
pen.forward(180)
pen.left(120)
pen.forward(180)
pen.left(120)
pen.forward(90)
pen.left(90)
pen.forward(150)
pen.down()
"""
#turtle.done()
a=input("请输入 : ")
shi=a\\3000
fen=shi*3000
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