# If the argument is a complex number, then math.sqrt(num .real2 + num.imag2) is returned. print abs(-11) print abs(110.) print abs(11.12-21.11j) print abs(10.213 - 10.178)