# Import math Library import math # Print the positive infinity print (math.inf) # Print the negative infinity print (-math.inf)