This website works better with JavaScript.
首頁
探索
說明
登入
venkateswararao.allu
/
venkat
關註
0
收藏
0
複製
0
程式碼
問題管理
0
合併請求
0
版本發佈
0
Wiki
Activity
Compare commits
merge into: venkateswararao.allu:master
venkateswararao.allu:master
venkateswararao.allu:slave
...
pull from: venkateswararao.allu:slave
venkateswararao.allu:master
venkateswararao.allu:slave
1 次程式碼提交
master
...
slave
作者
SHA1
備註
提交日期
venkat
1bc931defa
first commit
1 周之前
共有
1 個文件被更改
,包括
0 次插入
和
6 次删除
分割檢視
Diff Options
Show Stats
+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}')
Write
Preview
Loading…
取消
儲存