From 9c4642cce9a29604865aa7f5eff7527d54240138 Mon Sep 17 00:00:00 2001 From: pranavchigurupati Date: Thu, 27 Jun 2024 15:49:10 +0530 Subject: [PATCH 1/2] Create abc.py --- abc.py | 1 + 1 file changed, 1 insertion(+) create mode 100644 abc.py diff --git a/abc.py b/abc.py new file mode 100644 index 0000000..8cde782 --- /dev/null +++ b/abc.py @@ -0,0 +1 @@ +print("hello world") From 1dbb8a0e9d852f5e01dacb9f64bff2e74cd39a2d Mon Sep 17 00:00:00 2001 From: pranavchigurupati Date: Thu, 27 Jun 2024 15:51:10 +0530 Subject: [PATCH 2/2] Create pranav.py --- pranav.py | 1 + 1 file changed, 1 insertion(+) create mode 100644 pranav.py diff --git a/pranav.py b/pranav.py new file mode 100644 index 0000000..75d9766 --- /dev/null +++ b/pranav.py @@ -0,0 +1 @@ +print('hello world')