From 3ac68c07d27987b2ce6db73f49d4bafbcaf7740c Mon Sep 17 00:00:00 2001 From: ajames Date: Wed, 21 Sep 2022 14:44:25 -0600 Subject: [PATCH 1/3] Added some files. Just for fun, ya know? --- favorite-animals/andrew_james.py | 2 ++ favorite-animals/obi_wan_kenobi.py | 1 + 2 files changed, 3 insertions(+) create mode 100644 favorite-animals/andrew_james.py create mode 100644 favorite-animals/obi_wan_kenobi.py diff --git a/favorite-animals/andrew_james.py b/favorite-animals/andrew_james.py new file mode 100644 index 0000000..3468853 --- /dev/null +++ b/favorite-animals/andrew_james.py @@ -0,0 +1,2 @@ +print("My favorite animal is the very model of a modern major general.") +print("Just kidding, it's a tiger.") \ No newline at end of file diff --git a/favorite-animals/obi_wan_kenobi.py b/favorite-animals/obi_wan_kenobi.py new file mode 100644 index 0000000..5733025 --- /dev/null +++ b/favorite-animals/obi_wan_kenobi.py @@ -0,0 +1 @@ +print("It's over Anakin, I have the high ground!") \ No newline at end of file From a8eb75089d547e3f4dc87dbf8187e9ddb6e09898 Mon Sep 17 00:00:00 2001 From: ajames Date: Wed, 21 Sep 2022 14:50:37 -0600 Subject: [PATCH 2/3] The lack of civilzation is disturbing. --- favorite-animals/so_uncivilized.py | 1 + 1 file changed, 1 insertion(+) create mode 100644 favorite-animals/so_uncivilized.py diff --git a/favorite-animals/so_uncivilized.py b/favorite-animals/so_uncivilized.py new file mode 100644 index 0000000..db6145c --- /dev/null +++ b/favorite-animals/so_uncivilized.py @@ -0,0 +1 @@ +print("Ah, Git. An elegant weapon for a more civilized age.") \ No newline at end of file From 057a5d5ef500a1bc4a353366e766f769e64b1c8f Mon Sep 17 00:00:00 2001 From: ajames Date: Wed, 21 Sep 2022 15:10:00 -0600 Subject: [PATCH 3/3] Python --- favorite-animals/python.py | 1 + 1 file changed, 1 insertion(+) create mode 100644 favorite-animals/python.py diff --git a/favorite-animals/python.py b/favorite-animals/python.py new file mode 100644 index 0000000..8c4af8b --- /dev/null +++ b/favorite-animals/python.py @@ -0,0 +1 @@ +print("I am a python.") \ No newline at end of file