Commit a6b36c83 by BellCodeEditor

save project

parent 3e6a8051
Showing with 2 additions and 0 deletions
a = ['刘备','关羽','张飞']
a[0] = '关羽'
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