Commit 6a4b2a17 by BellCodeEditor

save project

parent 20debea3
Showing with 5 additions and 0 deletions
b=['1','2','3']
b.pop(1)
print(b)
\ No newline at end of file
......@@ -2,3 +2,4 @@ bros = ["刘备","关羽","张飞"]
bros[0]="关羽"
bros[1]="刘备"
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