标签:body highlight sample 定义 === led print int data
3
6
x=int(input())
def ys(n):
i=1
s=1
while i<=n:
s=s*i
i+=1
print(s)
ys(x)
标签:body highlight sample 定义 === led print int data
原文地址:https://www.cnblogs.com/SkystarX/p/12180837.html