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
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 Commits
master
...
slave
Author
SHA1
Message
Date
venkat
1bc931defa
first commit
1 week ago
1 changed files
with
0 additions
and
6 deletions
Split View
Diff Options
Show Stats
+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