From ef5147d3633e81573cc85420c48b6a1fc110e033 Mon Sep 17 00:00:00 2001 From: Manaya Pachpor <114246040+Manaya20@users.noreply.github.com> Date: Mon, 17 Oct 2022 01:27:10 -0500 Subject: [PATCH 1/4] Correcting the spelling Replacing the wrong spelling with the correct one. --- hello345.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hello345.txt b/hello345.txt index 01ea43e..fb5067b 100644 --- a/hello345.txt +++ b/hello345.txt @@ -1 +1 @@ -Hello agaiananna +Hello again From bb0207b00fca19e880834b328774c6d6149f9b1c Mon Sep 17 00:00:00 2001 From: Manaya Pachpor <114246040+Manaya20@users.noreply.github.com> Date: Mon, 17 Oct 2022 01:34:04 -0500 Subject: [PATCH 2/4] Create print_name.py --- print_name.py | 1 + 1 file changed, 1 insertion(+) create mode 100644 print_name.py diff --git a/print_name.py b/print_name.py new file mode 100644 index 0000000..4b8e0ed --- /dev/null +++ b/print_name.py @@ -0,0 +1 @@ +print('Hello, I am Manaya! :)') From 0a85acb3df21610e440a4c4f435c4455c441cf75 Mon Sep 17 00:00:00 2001 From: Manaya Pachpor <114246040+Manaya20@users.noreply.github.com> Date: Mon, 17 Oct 2022 01:34:42 -0500 Subject: [PATCH 3/4] Delete print_name.py --- print_name.py | 1 - 1 file changed, 1 deletion(-) delete mode 100644 print_name.py diff --git a/print_name.py b/print_name.py deleted file mode 100644 index 4b8e0ed..0000000 --- a/print_name.py +++ /dev/null @@ -1 +0,0 @@ -print('Hello, I am Manaya! :)') From 4fafe7a601e473df55fc3e35d92d5831df7d8215 Mon Sep 17 00:00:00 2001 From: Manaya Pachpor <114246040+Manaya20@users.noreply.github.com> Date: Mon, 17 Oct 2022 01:37:03 -0500 Subject: [PATCH 4/4] Printing name and task Printing my name and describing my first task --- print_name.py | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 print_name.py diff --git a/print_name.py b/print_name.py new file mode 100644 index 0000000..d4b66a8 --- /dev/null +++ b/print_name.py @@ -0,0 +1,2 @@ +print('Hello, I am Manaya!') +print('Trying out Fork and PR')