how to take a list of integers and return a list of their absolute values code example Example: python convert list to absolute value res = [abs(element) for element in testlist]