In python 3 integer range is unlimited. There is no limited size is allocated for an integer. That's why the range is -infinity to +infinity. In python 2 ...
確定! 回上一頁