Get your own Python server Result Size: 625 x 565
x
 
#Import cmath Library
import cmath 
# Print the positive infinity
print (cmath.inf)
# Print the negative infinity
print (-cmath.inf)
inf
-inf