This website works better with JavaScript.
Home
Explore
Help
Sign In
venkateswararao.allu
/
venkat
Watch
0
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
first commit
slave
venkat
1 week ago
parent
406ad9764c
commit
1bc931defa
1 changed files
with
0 additions
and
6 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-6
dt_loops.py
+ 0
- 6
dt_loops.py
View File
@@ -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…
Cancel
Save