Commit 299e876c by BellCodeEditor

auto save

parent b0fa2e7a
Showing with 1 additions and 0 deletions
...@@ -10,6 +10,7 @@ bro3=["张飞",166,8.3] ...@@ -10,6 +10,7 @@ bro3=["张飞",166,8.3]
b=["华雄"] b=["华雄"]
a[0]="关羽" a[0]="关羽"
a[1]="刘备" a[1]="刘备"
c=[1,2]
a.remove("关羽") a.remove("关羽")
b.insert(1,"关羽") b.insert(1,"关羽")
b.append("离开") b.append("离开")
......
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