Commit 7a9c210a by BellCodeEditor

save project

parent 1d2328e6
a=['吕布']
b=['xx','xx','xxxxx','x','xxxx','xx']
print(b[2:5])
\ No newline at end of file
a=[]
\ No newline at end of file
a
\ No newline at end of file
a=[]
\ No newline at end of file
a=['a']
b=['c','d']
a.extend(b)
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