Commit 6777c861 by BellCodeEditor

save project

parent bb1c864a
Showing with 8 additions and 2 deletions
...@@ -14,4 +14,4 @@ bro1.pop(0) ...@@ -14,4 +14,4 @@ bro1.pop(0)
print(bros) print(bros)
bro4=["刘备""关羽""张飞""夏侯惇"] bro4=["刘备""关羽""张飞""夏侯惇"]
bro4.pop(3) bro4.pop(3)
print() print()
\ No newline at end of file
a=['华雄']
b=['关羽']
c=['颜良''文丑']
a.insert('关羽')
a.insert(c)
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