Run ❯
Get your
own Python
server
×
Change Orientation
Change Theme, Dark/Light
Go to Spaces
# Import math Library import math # Print the positive infinity print (math.inf) # Print the negative infinity print (-math.inf)
inf
-inf