Commit f4187f1e by BellCodeEditor

save project

parent 937e69ae
Showing with 5 additions and 0 deletions
hero=['赵毅',30,'丁二',37,'孙武',52,'晚点',89]
a = hero[4:7]
for i in range(0,len(a)+1,2):
print("臂力大王"+a[i])
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