Commit 93659ddc by BellCodeEditor

save project

parent 1ab71526
Showing with 4 additions and 0 deletions
......@@ -4,4 +4,7 @@
o=[1,2,3,4,5,6,67,7,8,8,89,8,7,6,67,654,674,6,4,56,5,654,46,54,]
o.pop(7)
o.remove(654)
o.insert(8,12345678)
o.append(65432)
o.extend(o)
print(o)
\ 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