Commit 36425021 by BellCodeEditor

save project

parent fc5ac37e
Showing with 5 additions and 3 deletions
a=['光与影太容易u的免']
b=["刘备","关羽","张飞"] a=['A']
a.extend(b) b=['b','c','b','e','f','g']
a.extend(b[2:5])
print(a) 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