From abc1c2fbe16555802de26d74075430c6ede5ca5a Mon Sep 17 00:00:00 2001 From: austin Date: Wed, 21 Sep 2022 14:52:21 -0600 Subject: [PATCH 1/3] Add hello --- teamFolder/hello copy.py | 1 + teamFolder/hello.py | 1 + 2 files changed, 2 insertions(+) create mode 100644 teamFolder/hello copy.py create mode 100644 teamFolder/hello.py diff --git a/teamFolder/hello copy.py b/teamFolder/hello copy.py new file mode 100644 index 0000000..7a7ac9a --- /dev/null +++ b/teamFolder/hello copy.py @@ -0,0 +1 @@ +print('your mom') \ No newline at end of file diff --git a/teamFolder/hello.py b/teamFolder/hello.py new file mode 100644 index 0000000..ed0f110 --- /dev/null +++ b/teamFolder/hello.py @@ -0,0 +1 @@ +print('hello') \ No newline at end of file From b625abe64eb46119e3a5429da7cc866cc6f6a3ca Mon Sep 17 00:00:00 2001 From: austin Date: Wed, 21 Sep 2022 14:58:25 -0600 Subject: [PATCH 2/3] Added hello 2 --- teamFolder/hello copy.py | 3 ++- teamFolder/hello2.py | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 teamFolder/hello2.py diff --git a/teamFolder/hello copy.py b/teamFolder/hello copy.py index 7a7ac9a..dab6b04 100644 --- a/teamFolder/hello copy.py +++ b/teamFolder/hello copy.py @@ -1 +1,2 @@ -print('your mom') \ No newline at end of file +print('your mom') +#I inserted a comment here \ No newline at end of file diff --git a/teamFolder/hello2.py b/teamFolder/hello2.py new file mode 100644 index 0000000..91f976c --- /dev/null +++ b/teamFolder/hello2.py @@ -0,0 +1 @@ +print('hello2') \ No newline at end of file From d56ff1136238a1f19559f1e106d53c32cf406fb0 Mon Sep 17 00:00:00 2001 From: austin Date: Wed, 21 Sep 2022 14:59:28 -0600 Subject: [PATCH 3/3] added comment --- teamFolder/hello2.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/teamFolder/hello2.py b/teamFolder/hello2.py index 91f976c..0528caa 100644 --- a/teamFolder/hello2.py +++ b/teamFolder/hello2.py @@ -1 +1,2 @@ -print('hello2') \ No newline at end of file +print('hello2') +#change \ No newline at end of file