Skip to content

Commit a192d8f

Browse files
committed
big inter
1 parent 786bb9f commit a192d8f

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

129.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -227,6 +227,8 @@ OK!完美地解决了问题,去除了code前面的一个空格。
227227

228228
print str(n) + " factorial is " + str(fact)
229229

230+
在计算阶乘的时候,如果你输入比较大的整数,也没有问题,因为Python对整数的最大取值没有限制,所以,即时遇到大整数,也可放心使用。
231+
230232
------
231233

232234
[总目录](./index.md)   |   [上节:迭代](./128.md)   |   [下节:自省](./130.md)

0 commit comments

Comments
 (0)