Commit 3aebc788 by BellCodeEditor

auto save

parent 4d8b6805
Showing with 9 additions and 3 deletions
......@@ -5,9 +5,15 @@
# 问询处
# 归档处
hero=['赵一',30,'丁二',37,'孙五',52,'王猛',89,'周亮',98,'张宇',100]
for i in range(len(hero)):
name = input("第一个人的名字")
hower= input("第一个人的臂力")
name1 = input("第二个人的名字")
hower1= input("第二个人的臂力")
name2 = input("第三个人的名字")
hower2= input("第三个人的臂力")
hero=[name,hower,name1,hower1,name2,hower2]
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