📅  最后修改于: 2022-03-11 14:45:33.750000             🧑  作者: Mango
# Import math Library
import math
# Print the positive infinity
print (math.inf)
# Print the negative infinity
print (-math.inf)