Commit adfddd4e by BellCodeEditor

auto save

parent 2856ee53
Showing with 225 additions and 5 deletions
a =["吕布"]
b=["孙权","刘禅","关羽","张飞","刘备","赵云"]
c = b[2:5]
a.extend(c)
print(a)
# a =["吕布"]
# b=["孙权","刘禅","关羽","张飞","刘备","赵云"]
# c = b[2:5]
# a.extend(c)
# print(a)
name='刘强'
......
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