求阶乘 信计一班罗逸凡

n = int(input())
s = 1
for i in range(1,n+1):
s = s * i
print(s)

 

学号:37 

posted @ 2021-09-12 20:27  罗逸凡  阅读(40)  评论(0)    收藏  举报