Commit 2e1c1c0b by BellCodeEditor

auto save

parent e8acf4e9
Showing with 7 additions and 2 deletions
...@@ -13,4 +13,10 @@ print(b) ...@@ -13,4 +13,10 @@ print(b)
b=['袁术','夏侯惇','曹操','关羽'] b=['袁术','夏侯惇','曹操','关羽']
b.remove('关羽') b.remove('关羽')
print(b) print(b)
\ No newline at end of file
a=['SB']
a.append(1)
print(a)
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