Commit 72aa30af by BellCodeEditor

auto save

parent a999215d
Showing with 8 additions and 2 deletions
...@@ -12,6 +12,6 @@ for i in range(len(hero)): ...@@ -12,6 +12,6 @@ for i in range(len(hero)):
hero.insert(i-1,name) hero.insert(i-1,name)
hero.insert(i,power) hero.insert(i,power)
break break
print(hero[-6:])
#三个人和他们对应的臂力值:
三个人和他们对应的臂力值:
import turtle
turtle.pensize(2)
turtle.speed(10)
turtle.pencolor("black")
turtle.goto(0,0)
turtle.circle(10)
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