VP
Size: a a a
VP
А
ch
VP
VP
AN
I
AM
myList = filter(lambda x: x % 2 == 0, myList)
myList = map(lambda x: x + 1, myList)
myList = list(myList)
ch
YN
А
myList = filter(lambda x: x % 2 == 0, myList)
myList = map(lambda x: x + 1, myList)
myList = list(myList)
KD
myList = filter(lambda x: x % 2 == 0, myList)
myList = map(lambda x: x + 1, myList)
myList = list(myList)
А
KD
AN
А
KD
myList = filter(lambda x: x % 2 == 0, myList)
myList = map(lambda x: x + 1, myList)
myList = list(myList)
AM
А
А