cara menemukan besarnya bilangan kompleks dalam python

cnum2 = 3 + 4j
print('Absolute value of 3 + 4j is:', abs(cnum2))
Real Reindeer