sichkar-valentyn / Modify_list_function

Modifying lists function with the help of remove and count methods

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Modify_list_function

Modifying lists function with the help of remove and count methods

Reference to:

[1] Valentyn N Sichkar. Function for modifying lists with remove and count methods. // GitHub platform [Electronic resource]. URL: https://github.com/sichkar-valentyn/Modify_list_function (date of access: XX.XX.XXXX)

Description

Creating functions for modifying lists with the help of 'remove' method and 'count' methods.
As an input there is integer numbers divided by gap.
As an output to show just repeated numbers.
Example:

  • Input: 1 1 3 4 5 5 8 8 0 0
  • Output: 1 8 0 5

MIT License

Copyright (c) 2018 Valentyn N Sichkar

github.com/sichkar-valentyn

Reference to:

[1] Valentyn N Sichkar. Function for modifying lists with remove and count methods. // GitHub platform [Electronic resource]. URL: https://github.com/sichkar-valentyn/Modify_list_function (date of access: XX.XX.XXXX)

About

Modifying lists function with the help of remove and count methods

License:MIT License


Languages

Language:Python 100.0%