Commit 88655902 by BellCodeEditor

save project

parent b62e8eec
Showing with 3 additions and 2 deletions
......@@ -7,8 +7,8 @@ bro3=["张飞",232323,23230]
bro=[bro2[0],bro1[0],bro3[0]]
for i in range(len(bro)):
print(bro[i],end=" ")
bro[0]=bro2[0]
bro[1]=bro1[0]
bro[1]=bro2[0]
bro[0]=bro1[0]
print()
for i in range(len(bro)):
print(bro[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