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