Python Convert List al valor absoluto
res = [abs(element) for element in testlist]
Comfortable Cockroach
res = [abs(element) for element in testlist]