Commit 1a7fa5b2 by BellCodeEditor

save project

parent 3474233c
Showing with 7 additions and 2 deletions
......@@ -6,4 +6,9 @@ for i in range(len(hero)):
hero.insert(i-1,name)
hero.insert(i,power)
break
print(hero)
\ No newline at end of file
print(hero)
name=input('你叫啥?')
power=int(input('你臂力多少?'))
print(hero[-6:])
\ 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