Commit cb644eb3 by BellCodeEditor

save project

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