Commit 774d38c9 by BellCodeEditor

save project

parent c5bbc5ec
Showing with 2 additions and 6 deletions
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
# 问询处 # 问询处
name=input("幸福公式公式") name=input("幸福公式公式")
power=input("审定数") power=int(input("审定数"))
# 归档处 # 归档处
...@@ -15,8 +15,4 @@ for i in range(len(hero)): ...@@ -15,8 +15,4 @@ for i in range(len(hero)):
hero.insert(i,power) hero.insert(i,power)
break break
print(hero) print(hero)
e=[] print(hero[-6::2])
for i in range(-1,3,2):
print()
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