Commit cb644eb3 by BellCodeEditor

save project

parent 70d33363
Showing with 5 additions and 4 deletions
q=('1','1','2','1') q=['1','2','3']
q.pop(2) w=['4','5','6']
q.remove('1') q.insert(3,'9')
\ No newline at end of file print(q)
\ 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