Skip to content

Instantly share code, notes, and snippets.

View dk3775's full-sized avatar
:octocat:
My file extensions include - {php, py, js, ts, html, css, c}

Dhyey Kathiriya dk3775

:octocat:
My file extensions include - {php, py, js, ts, html, css, c}
View GitHub Profile

Keybase proof

I hereby claim:

  • I am dk3775 on github.
  • I am dk3775 (https://keybase.io/dk3775) on keybase.
  • I have a public key ASBO8uq3hFSDiQ4c8W27nKoTU3ZCthZlKTjs3_Ec3q1FbQo

To claim this, I am signing this object:

@dk3775
dk3775 / gist:03ef72ed2659e735117c8e0348e82c2b
Created September 30, 2020 12:25
factorial in python
C:\Users\Lenovo\PycharmProjects\pythonProject\venv\Scripts\python.exe C:/Users/Lenovo/PycharmProjects/pythonProject/test.py
Enter N to find factorial: 5
Fatorial of 5 is : 120
Process finished with exit code 0