Commit c51b0e0c by BellCodeEditor

save project

parent d6d8f479
Showing with 5 additions and 2 deletions
...@@ -9,4 +9,7 @@ abc.remove("iui") ...@@ -9,4 +9,7 @@ abc.remove("iui")
abc.extend("wewe") abc.extend("wewe")
abc.append("QWQ") abc.append("QWQ")
abc.insert(1,"wew") abc.insert(1,"wew")
print(abc) print(abc[0:])
\ No newline at end of file print(abc[:5])
print(abc[0:6])
print(abc[:])
\ 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