Commit a63abbf2 by BellCodeEditor

save project

parent 2478c77c
Showing with 7 additions and 2 deletions
a=['华雄']
\ No newline at end of file a.append(b)
a.insert(2,'袁术')
a.insert(2,"dgugagt")
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