Commit f75a95ad by BellCodeEditor

auto save

parent 79b7bafb
Showing with 9 additions and 2 deletions
......@@ -40,6 +40,13 @@ a.extend(c)
print(c)
a=[]
d=[]
a=["卡"]
d=["关羽","刘备","张飞","大乔","小乔","陆"]
a.extend(d[0:3])
print(a)
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