From cb8bbbfe91a5649afdfac248e58ab2082c82b0be Mon Sep 17 00:00:00 2001 From: aletidavid Date: Thu, 27 Jun 2024 15:29:38 +0530 Subject: [PATCH 1/4] updated tarunK.py file --- tarunK.py | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 tarunK.py diff --git a/tarunK.py b/tarunK.py new file mode 100644 index 0000000..47dce2e --- /dev/null +++ b/tarunK.py @@ -0,0 +1,7 @@ +def getNFactorial(number): + if number == 0 or number == 1: + return 1 + else: + return number * getNFactorial(number - 1) + +print(getNFactorial(6)) \ No newline at end of file From 5d51b3ecf7b8883dc430fcbe19eb7a6e58c7e2f1 Mon Sep 17 00:00:00 2001 From: tarun8943 Date: Thu, 27 Jun 2024 15:48:11 +0530 Subject: [PATCH 2/4] uploading git.py file --- git.py | 1 + 1 file changed, 1 insertion(+) create mode 100644 git.py diff --git a/git.py b/git.py new file mode 100644 index 0000000..8cde782 --- /dev/null +++ b/git.py @@ -0,0 +1 @@ +print("hello world") From 1446764a03fc46eeb6959903b01d0450dc2afc9b Mon Sep 17 00:00:00 2001 From: tarun8943 Date: Thu, 27 Jun 2024 15:51:33 +0530 Subject: [PATCH 3/4] uploading tarun.py file --- tarunk.py | 1 + 1 file changed, 1 insertion(+) create mode 100644 tarunk.py diff --git a/tarunk.py b/tarunk.py new file mode 100644 index 0000000..8cde782 --- /dev/null +++ b/tarunk.py @@ -0,0 +1 @@ +print("hello world") From 4507fc1c876852ecf0cbd1dd20af7685a9c2a975 Mon Sep 17 00:00:00 2001 From: tarun8943 Date: Thu, 27 Jun 2024 16:01:17 +0530 Subject: [PATCH 4/4] Delete git.py --- git.py | 1 - 1 file changed, 1 deletion(-) delete mode 100644 git.py diff --git a/git.py b/git.py deleted file mode 100644 index 8cde782..0000000 --- a/git.py +++ /dev/null @@ -1 +0,0 @@ -print("hello world")