Commit 9a54f40a by BellCodeEditor

auto save

parent f9b887ef
Pipeline #3916 failed in 0 seconds
Showing with 0 additions and 9 deletions
a=["《1》","《2》","《3》","《4》","《5》"]
b=["《6》","《7》","《8》","《9》","《10》"]
b.append("《西游记》")
b.extend(a)
b.pop(4)
print(a)
print(b)
\ 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