Commit 4d299fbb by BellCodeEditor

save project

parent b23dd909
Showing with 5 additions and 0 deletions
......@@ -12,3 +12,8 @@ print(b)
b=['袁术','夏侯惇','曹操','关羽']
b.pop(-1)
print(b)
a=['小鹏','吉吉']
b.extend(a)
b.insert(6,'萌萌')
b.append('小王0')
print(b)
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