Browse Source

first commit

slave
venkat 1 week ago
parent
commit
1bc931defa
1 changed files with 0 additions and 6 deletions
  1. +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}')

Loading…
Cancel
Save