Commit a96e3209 by BellCodeEditor

save project

parent 36bbc064
Showing with 1 additions and 1 deletions
...@@ -13,4 +13,4 @@ print(b[2]) ...@@ -13,4 +13,4 @@ print(b[2])
print(b[:]) print(b[:])
print(b[:4]) print(b[:4])
print(b[2:]) print(b[2:])
print(b[1,4]) print(b[1:4])
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