Commit 371d6e12 by BellCodeEditor

save project

parent 8d883218
Showing with 3 additions and 5 deletions
bros=["关羽","刘备","张飞"] bros=["刘备","关羽","张飞"]
bro[0]="刘备" bros[0]="关羽"
bro[1]="关羽" bros[1]="刘备"
print(bros) print(bros)
...@@ -25,5 +25,3 @@ print(bros) ...@@ -25,5 +25,3 @@ print(bros)
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