Python Number Limit

后端 未结 4 2033
感情败类
感情败类 2020-12-29 21:47

I know in most, if not all programming languages, integers, floats etc all have a maximum amount they can hold, either unsigned or signed. Eg pascal\'s int type can only hol

4条回答
  •  -上瘾入骨i
    2020-12-29 22:01

    Earlier Versions had a limit on int but its removed now, so you can say there is no limit, it depends on the memory of your computer. Check this article.

提交回复
热议问题