def isinfinite(variable): import math return bool(math.isfinite(variable)) # Find The Length Of A Value