Commit 4e4ed95d by BellCodeEditor

save project

parent 7643c598
Showing with 3 additions and 1 deletions
......@@ -10,7 +10,9 @@ bros[1]="刘备"
print(bros)
b=["袁术","夏侯惇","曹操","关羽"]
b.pop(3)
a=["华雄"]
a.append("颜良","文丑")
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