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