Commit 7935b0de by BellCodeEditor

save project

parent b71f80a1
Showing with 1 additions and 1 deletions
b=['0','1','2','3','4','5','6','7','8','9'] b=['0','1','2','3','4','5','6','7','8','9']
print(b) print(b)
a.pop('-1') b.pop(-1)
print(b) print(b)
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