Commit 94bde60d by BellCodeEditor

auto save

parent 5d98a5e7
Pipeline #11148 failed in 0 seconds
Showing with 0 additions and 7 deletions
s=["悟空", "小贝", "八戒", "波奇"]
s.pop(2)
s.append("诺依")
r=s[:2]
b=s[2:]
print(s,r,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