Commit 4440cefd by BellCodeEditor

auto save

parent 665b6560
Showing with 4 additions and 3 deletions
......@@ -4,10 +4,11 @@
# 问询处
sb=["b","c","d","e","f","g"]
a=[1,2,3,4,5,6,7,8,9]
sb.extend(a)
print(sb)
# 归档处
hero=['赵一',30,'丁二',37,'孙五',52,'王猛',89,'周亮',98,'张宇',100]
for i in range(len(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