diff --git a/teamFolder/hello copy.py b/teamFolder/hello copy.py new file mode 100644 index 0000000..dab6b04 --- /dev/null +++ b/teamFolder/hello copy.py @@ -0,0 +1,2 @@ +print('your mom') +#I inserted a comment here \ 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 diff --git a/teamFolder/hello2.py b/teamFolder/hello2.py new file mode 100644 index 0000000..0528caa --- /dev/null +++ b/teamFolder/hello2.py @@ -0,0 +1,2 @@ +print('hello2') +#change \ No newline at end of file