Commit e813501f by BellCodeEditor

save project

parent e9dd36c0
Showing with 1 additions and 1 deletions
s=[11,12,100,13,14,15,16,17,18]
s.pop(2)
s.append("19")
s.append(19)
red=s[0:2]
blue=s[2:9]
print(red)
......
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