Commit 2e1c1c0b by BellCodeEditor

auto save

parent e8acf4e9
Showing with 6 additions and 0 deletions
......@@ -14,3 +14,9 @@ print(b)
b=['袁术','夏侯惇','曹操','关羽']
b.remove('关羽')
print(b)
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