for循環(huán):for i in range :
i:循環(huán)變量
int:取整
range(a b c):
n=int(input()
s=1
for i in range (2 n+1 2)
s=s*i
print(s)