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