Commit 6a4b2a17 by BellCodeEditor

save project

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