Ver código fonte

first commit

slave
venkat 1 semana atrás
pai
commit
1bc931defa
1 arquivos alterados com 0 adições e 6 exclusões
  1. +0
    -6
      dt_loops.py

+ 0
- 6
dt_loops.py Ver arquivo

@@ -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}')

Carregando…
Cancelar
Salvar