diff --git a/favorite-animals/brandon_griffiths.py b/favorite-animals/brandon_griffiths.py new file mode 100644 index 0000000..622300b --- /dev/null +++ b/favorite-animals/brandon_griffiths.py @@ -0,0 +1 @@ +print("My favorite animal is a dawg") \ No newline at end of file diff --git a/team-folder/greatest.py b/team-folder/greatest.py new file mode 100644 index 0000000..6f85d54 --- /dev/null +++ b/team-folder/greatest.py @@ -0,0 +1 @@ +print("our group is dope") \ No newline at end of file diff --git a/team-folder/hello copy.py b/team-folder/hello copy.py new file mode 100644 index 0000000..a7cea2a --- /dev/null +++ b/team-folder/hello copy.py @@ -0,0 +1 @@ +print("Life is good") \ No newline at end of file diff --git a/team-folder/hello.py b/team-folder/hello.py new file mode 100644 index 0000000..db8980d --- /dev/null +++ b/team-folder/hello.py @@ -0,0 +1 @@ +print("Hey") \ No newline at end of file diff --git a/team-folder/helloNot.py b/team-folder/helloNot.py new file mode 100644 index 0000000..75f79a1 --- /dev/null +++ b/team-folder/helloNot.py @@ -0,0 +1 @@ +print("hey") \ No newline at end of file diff --git a/team-folder/helloParker.py b/team-folder/helloParker.py new file mode 100644 index 0000000..1dc45ac --- /dev/null +++ b/team-folder/helloParker.py @@ -0,0 +1 @@ +print("Hello World!") \ No newline at end of file diff --git a/team-folder/starWars.py b/team-folder/starWars.py new file mode 100644 index 0000000..ecf1fa2 --- /dev/null +++ b/team-folder/starWars.py @@ -0,0 +1 @@ +print("Star wars is the best!") \ No newline at end of file diff --git a/teamfolder/helloworld.py b/teamfolder/helloworld.py new file mode 100644 index 0000000..f301245 --- /dev/null +++ b/teamfolder/helloworld.py @@ -0,0 +1 @@ +print("Hello World!")