Python 3より前のバージョンのPythonでは、長整数リテラルはl
で示されていたためです。 またはL
サフィックス。 Python 3では、int
sおよびlong
sはint
にマージされました 、long
とほとんど同じように機能します 以前。
技術的には、Python(2)のint
Cのlong
と同等でした 、Pythonのlong
BigNumber
のようなものでした -無制限の精度で入力します(これは、Python3のint
の場合です。 タイプ。)
http://docs.python.org /library/stdtypes.html#numeric-types-int-float-long-complex