From 5953a06f0b088b68f82ca20ac14eaa1bc3b2e39b Mon Sep 17 00:00:00 2001 From: CZandt Date: Wed, 21 Sep 2022 14:46:32 -0600 Subject: [PATCH 1/4] add hello file --- team-folder/hello.py/hello.py | 1 + 1 file changed, 1 insertion(+) create mode 100644 team-folder/hello.py/hello.py diff --git a/team-folder/hello.py/hello.py b/team-folder/hello.py/hello.py new file mode 100644 index 0000000..f60de4c --- /dev/null +++ b/team-folder/hello.py/hello.py @@ -0,0 +1 @@ +print("hello I like dogs") From 8cc8164b5962ce5e4b273a94dc6352f772acd48e Mon Sep 17 00:00:00 2001 From: CZandt Date: Wed, 21 Sep 2022 14:51:29 -0600 Subject: [PATCH 2/4] added check.py --- check.py | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 check.py diff --git a/check.py b/check.py new file mode 100644 index 0000000..022262f --- /dev/null +++ b/check.py @@ -0,0 +1,5 @@ +check = 1 + +check2 = 2 + +checked = 2*2*2 From 349f638428e5f1e907d779a65034f7e792cb3e40 Mon Sep 17 00:00:00 2001 From: CZandt Date: Wed, 21 Sep 2022 14:53:01 -0600 Subject: [PATCH 3/4] changed check.py location --- check.py | 5 ----- 1 file changed, 5 deletions(-) delete mode 100644 check.py diff --git a/check.py b/check.py deleted file mode 100644 index 022262f..0000000 --- a/check.py +++ /dev/null @@ -1,5 +0,0 @@ -check = 1 - -check2 = 2 - -checked = 2*2*2 From f9759aca3627d6a3634723f201d26d672bfa6cfe Mon Sep 17 00:00:00 2001 From: CZandt Date: Wed, 21 Sep 2022 14:55:51 -0600 Subject: [PATCH 4/4] changed file structure and made new --- team-folder/check2.py | 5 +++++ team-folder/hello.py | 3 +++ team-folder/hello.py/hello.py | 1 - 3 files changed, 8 insertions(+), 1 deletion(-) create mode 100644 team-folder/check2.py create mode 100644 team-folder/hello.py delete mode 100644 team-folder/hello.py/hello.py diff --git a/team-folder/check2.py b/team-folder/check2.py new file mode 100644 index 0000000..a20ee69 --- /dev/null +++ b/team-folder/check2.py @@ -0,0 +1,5 @@ +#check it + +test = "test" + +print("test") diff --git a/team-folder/hello.py b/team-folder/hello.py new file mode 100644 index 0000000..3611156 --- /dev/null +++ b/team-folder/hello.py @@ -0,0 +1,3 @@ +print("git test hello") + +num = 2 + 2 diff --git a/team-folder/hello.py/hello.py b/team-folder/hello.py/hello.py deleted file mode 100644 index f60de4c..0000000 --- a/team-folder/hello.py/hello.py +++ /dev/null @@ -1 +0,0 @@ -print("hello I like dogs")