Commit beaa09f1 by BellCodeEditor

auto save

parent f9e6c7a3
Showing with 1 additions and 1 deletions
......@@ -21,5 +21,5 @@ print(hero)
# 打印出臂力最强的三个人和他们对应的臂力值:
zxw=hero[3:5]
hero.extend(hero)
hero.extend()
print(zxw)
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