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/favorite-animals/parker_warner.py b/favorite-animals/parker_warner.py new file mode 100644 index 0000000..393c2f0 --- /dev/null +++ b/favorite-animals/parker_warner.py @@ -0,0 +1 @@ +print("I like hippos") \ 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