Commit 4ce7ff6d by BellCodeEditor

save project

parent 91f82b8a
Showing with 2 additions and 2 deletions
......@@ -3,7 +3,7 @@
# 请优化刚刚的代码,并增添交互效果,和自动输出最强三人信息的功能~
# 问询处
name=abc
name='abc'
power=1
# 归档处
......@@ -14,7 +14,7 @@ for i in range(len(hero)):
hero.insert(i-1,name)
hero.insert(i,name)
break
print()
print(hero)
......
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