Commit ad421dc2 by BellCodeEditor

save project

parent 54f223e8
Showing with 3 additions and 3 deletions
......@@ -3,7 +3,7 @@
# 从前啊,有三个bro,分别是:刘备、关羽、张飞...
bro2=["关羽",1222,2323]
bro1=["刘备",44546,4545]
bro3=["关羽",232323,23230]
bro3=["张飞",232323,23230]
bro=[bro2[0],bro1[0],bro3[0]]
for i in range(len(bro)):
print(bro[i])
\ No newline at end of file
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