瀏覽代碼

first commit

slave
venkat 1 周之前
父節點
當前提交
1bc931defa
共有 1 個檔案被更改,包括 0 行新增6 行删除
  1. +0
    -6
      dt_loops.py

+ 0
- 6
dt_loops.py 查看文件

@@ -1,6 +0,0 @@
import os
fa = int(input('Enter a Number :'))
f=1
for i in range(2,fa+1):
f=f*i
print(f'factorial({fa})={f}')

Loading…
取消
儲存