Daftar Python Convert ke nilai absolut
res = [abs(element) for element in testlist]
Comfortable Cockroach
res = [abs(element) for element in testlist]