Commit 6c1759b1 by BellCodeEditor

save project

parent 6babee29
Showing with 5 additions and 3 deletions
......@@ -14,9 +14,11 @@ print(a)
c=["吕布"]
d=["赵云","诸葛亮","关羽","张飞",'刘备']
e=d[2:5]
c.extend(e)
print(c)
......
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