Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 776 Bytes

File metadata and controls

14 lines (11 loc) · 776 Bytes

Modify List with del and pop in Python

Examples of functions for modifying lists with del and pop methods.

Reference to:

[1] Valentyn N Sichkar. Modifying lists with del and pop methods. // GitHub platform [Electronic resource]. URL: https://github.com/sichkar-valentyn/Modify_List_with_del_and_pop_in_Python (date of access: XX.XX.XXXX)

Description

Creating functions for modifying lists with the help of 'del' method and 'pop' methods.

MIT License

Copyright (c) 2018 Valentyn N Sichkar

github.com/sichkar-valentyn

Reference to:

[1] Valentyn N Sichkar. Modifying lists with del and pop methods. // GitHub platform [Electronic resource]. URL: https://github.com/sichkar-valentyn/Modify_List_with_del_and_pop_in_Python (date of access: XX.XX.XXXX)