Commit 9e9d6ba3 by BellCodeEditor

save project

parent 930daea6
Showing with 3 additions and 1 deletions
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
# 问询处 # 问询处
name = input("姓名:") name = input("姓名:")
strength=int(input("臂力:")) power=int(input("臂力:"))
# 归档处 # 归档处
...@@ -17,3 +17,4 @@ for i in range(len(hero)): ...@@ -17,3 +17,4 @@ for i in range(len(hero)):
# 打印出臂力最强的三个人和他们对应的臂力值: # 打印出臂力最强的三个人和他们对应的臂力值:
print(hero[-1,-4])
\ 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