Compare commits

...

1 커밋

작성자 SHA1 메시지 날짜
  venkat 1bc931defa first commit 1 주 전
1개의 변경된 파일0개의 추가작업 그리고 6개의 파일을 삭제
분할 보기
  1. +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}')

불러오는 중...
취소
저장