Commit 73693406 by BellCodeEditor

save project

parent c3ffb614
Showing with 6 additions and 19 deletions
a=['吕布']
b=['袁术','公孙瓒','关羽','']
\ No newline at end of file
......@@ -2,23 +2,6 @@ a=[1,2,3,4,6]
b=[7,8,9,10]
a.insert(4,5)
b.append(11)
a.extend(b)
print(a)
print(b)
print(b)
\ No newline at end of file
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