Commit 7247430b by BellCodeEditor

save project

parent e8d288f0
Showing with 3 additions and 2 deletions
......@@ -9,7 +9,7 @@ print(b)
a=['华雄']
a.insert(1,'关羽')
print(a)
c=('颜良','文丑')
c=['颜良','文丑']
a.pop(1)
a.extend(c)
a=a+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