Commit 758a85d2 by BellCodeEditor

save project

parent 415bd753
Showing with 4 additions and 2 deletions
......@@ -8,4 +8,6 @@ print(SB)
a = ['华雄']
b = ['袁术','夏侯惇','曹操','关羽']
b.pop(3)
print(b)
\ No newline at end of file
print(b)
a.insert(1,'关羽')
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