Commit 300f8696 by BellCodeEditor

save project

parent cae60247
Showing with 5 additions and 2 deletions
......@@ -6,5 +6,7 @@ bro2="刘备"
bro3="关羽"
bros=["刘备","关羽","张飞"]
print(bros)
bros[0]="张飞"
bros[1]="刘备"
bros[2]="关羽"
print(bros)
\ 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