>Traceback (most recent call last):
> File "<stdin>", line 1, in <module>
>OverflowError: cannot convert float infinity to integer
ahh python my old friend, hey PHP?
$a = INF;
echo round(INF);
>INF // wrong but still better than java
>Traceback (most recent call last):
> File "<stdin>", line 1, in <module>
>OverflowError: cannot convert float infinity to integer
ahh python my old friend, hey PHP?
$a = INF;
echo round(INF);
>INF // wrong but still better than java