Commit fc60ce99 by BellCodeEditor

save project

parent ad421dc2
Showing with 6 additions and 0 deletions
......@@ -6,4 +6,9 @@ bro1=["刘备",44546,4545]
bro3=["张飞",232323,23230]
bro=[bro2[0],bro1[0],bro3[0]]
for i in range(len(bro)):
print(bro[i],end=" ")
bro[0]=bro1[0]
bro[0]=bro2[0]
print()
1for 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