Commit 02010617 by BellCodeEditor

auto save

parent 03620d3d
Showing with 3 additions and 1 deletions
bros=["刘备","关羽","张飞"] a=[1,2,3]
bros=["刘备","关羽","张飞",a]
for i in range(len(bros)): for i in range(len(bros)):
print(bros[i],end=" ") print(bros[i],end=" ")
\ No newline at end of file
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