Commit 4327f189 by BellCodeEditor

save project

parent f5976a65
Showing with 3 additions and 3 deletions
a=['华雄']
a.insert(1,'颜良')
a.insert(1,'文丑')
a=['吕布']
b=["lkj","lkj","张飞","关羽","刘备"]
a.extent([2:4])
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