python 求阶乘

import math
value = math.factorial(3)
print(value)

Out:

6
posted @ 2021-08-10 10:04  小Aer  阅读(1)  评论(0编辑  收藏  举报  来源