Commit 3e35ce17 by BellCodeEditor

save project

parent 7684a222
Showing with 8 additions and 0 deletions
s=["a ",'b','c','八戒']
s.pop(3)
s.append('诺伊')
print(s)
red = s[:2]
blue = s[2:]
print(red)
print(blue)
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