Commit 4f6629ad by BellCodeEditor

save project

parent 062db60a
Showing with 4 additions and 4 deletions
...@@ -6,6 +6,6 @@ bros[0]="关羽" ...@@ -6,6 +6,6 @@ bros[0]="关羽"
bros[1]="刘备" bros[1]="刘备"
for i in range(len(bros)): for i in range(len(bros)):
print(bros[i]) print(bros[i])
# bro1=["刘备","",""] bro1=["刘备","175","91"]
# bro2=["","",] bro2=["关羽","185","88"]
# bro3=[,,] bro3=["张飞","183","83"]
\ No newline at end of file \ 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