Commit c51b0e0c by BellCodeEditor

save project

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