It is possible to sort in python a list like this:
lista = ["0113", "0208", "0312", "0430", "0512", "0612", "0716", "0827", "0916"]
So, taking into account the last two digits of each element, compare them and group them if they have the sa...
asked by
21.10.2018 / 21:13