From 51c6ea84f78f82dcabf3f8642e89c61c3fa23ef7 Mon Sep 17 00:00:00 2001 From: shraw06 Date: Sat, 11 Jan 2025 12:38:24 +0530 Subject: [PATCH 1/3] my first try --- Python/add.py | 1 + Python/life.py | 1 + 2 files changed, 2 insertions(+) create mode 100644 Python/add.py create mode 100644 Python/life.py diff --git a/Python/add.py b/Python/add.py new file mode 100644 index 0000000..11b15b1 --- /dev/null +++ b/Python/add.py @@ -0,0 +1 @@ +print("hello") diff --git a/Python/life.py b/Python/life.py new file mode 100644 index 0000000..99042fd --- /dev/null +++ b/Python/life.py @@ -0,0 +1 @@ +print("life") From b768a0d9c327a3352b1259132cc7de4cf12d92af Mon Sep 17 00:00:00 2001 From: shraw06 Date: Sat, 11 Jan 2025 13:22:45 +0530 Subject: [PATCH 2/3] Revert "my first try" This reverts commit 51c6ea84f78f82dcabf3f8642e89c61c3fa23ef7. --- Python/add.py | 1 - Python/life.py | 1 - 2 files changed, 2 deletions(-) delete mode 100644 Python/add.py delete mode 100644 Python/life.py diff --git a/Python/add.py b/Python/add.py deleted file mode 100644 index 11b15b1..0000000 --- a/Python/add.py +++ /dev/null @@ -1 +0,0 @@ -print("hello") diff --git a/Python/life.py b/Python/life.py deleted file mode 100644 index 99042fd..0000000 --- a/Python/life.py +++ /dev/null @@ -1 +0,0 @@ -print("life") From 495bdb8be191f05208d05bc7a6db11eb1685ec8c Mon Sep 17 00:00:00 2001 From: shraw06 Date: Sat, 11 Jan 2025 13:24:33 +0530 Subject: [PATCH 3/3] helloworld --- Python/tree.py | 1 + 1 file changed, 1 insertion(+) create mode 100644 Python/tree.py diff --git a/Python/tree.py b/Python/tree.py new file mode 100644 index 0000000..90a0f50 --- /dev/null +++ b/Python/tree.py @@ -0,0 +1 @@ +print("here we go")