Commit 2c591ca1 by BellCodeEditor

save project

parent 60bdc16b
Showing with 3 additions and 3 deletions
b = ["l","k","p","g"]
b.pop(3)
\ No newline at end of file
b = ['l','k','p','g']
b.append('a')
\ 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