Commit 95266732 by BellCodeEditor

save project

parent 7d31b744
Showing with 11 additions and 0 deletions
w=['w']
q=['s','e']
w.extend(q)
print(w)
\ No newline at end of file
w=['hx']
q.insert(1,'关羽')
print(w)
\ 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