Commit d7a25f40 by BellCodeEditor

save project

parent c9a19f6a
Showing with 3 additions and 2 deletions
......@@ -5,4 +5,5 @@ bro1 = "beibei"
bro2 = "yuyu"
bro3 = "feifei"
bros = [bro2 , bro1 , bro3]
print (bros)
\ No newline at end of file
for i in range (3):
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