Commit 899b382e by BellCodeEditor

save project

parent 92bcd985
Showing with 4 additions and 0 deletions
......@@ -2,7 +2,10 @@
a= ['华雄']
b=['颜良','文丑']
b1=['曹操']
b2=["刘备"]
a.extend(b)
print(a)
a.insert(2,"曹操")
print(a)
a.append('刘备')
print(a)
\ 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