Commit b36376f1 by BellCodeEditor

save project

parent c8a14b9f
Showing with 3 additions and 0 deletions
a=["刘","关","张"] a=["刘","关","张"]
a[0]="关" a[0]="关"
a[1]="刘" a[1]="刘"
a.remove('关')
print(a)
\ 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