Commit d23fade7 by BellCodeEditor

save project

parent b54e7ca9
Showing with 13 additions and 8 deletions
import turtle
pen =tuple.pen()
for ! in range(1.100):
pen.forward(i)
pen.right((91)
turtle.hideturtle()
turtle.done()
p={"f":39}
k=input("名?")
v=input("分?")
if k in p :
if int(v) > p[k] :
p[k]=int(v)
print("!!!")
else:
print("loser!!!")
else:
p[k]=int(v)
print("!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!")
print(p)
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