Commit f9dd903f by BellCodeEditor

save project

parent 65b75d38
Showing with 1 additions and 9 deletions
...@@ -5,11 +5,4 @@ s.insert(1,"5") ...@@ -5,11 +5,4 @@ s.insert(1,"5")
red = s[0:2] red = s[0:2]
blue = s[2:] blue = s[2:]
print(red) print(red)
print(blue)s = ["1","2","3","4"] print(blue)
s.pop(2)
print(s)
s.insert(1,"5")
red = s[0:2]
blue = s[2:]
print(red)
print(blue)
\ 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