get absolute from list code example Example: how to get absolute value of elements of list in python myList = [2,3,-3,-2] myList = list(map(abs,myList))