From c4e34044a27b3dcad3ef3658662bf20a6d4dceb2 Mon Sep 17 00:00:00 2001 From: Bleck Date: Tue, 24 Oct 2023 20:11:31 -0400 Subject: [PATCH] Adding Logan Learner --- individual_introductions/logan_learner.py | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 individual_introductions/logan_learner.py diff --git a/individual_introductions/logan_learner.py b/individual_introductions/logan_learner.py new file mode 100644 index 0000000..ad85532 --- /dev/null +++ b/individual_introductions/logan_learner.py @@ -0,0 +1,2 @@ +def intro(): + print("Hi I'm Logan Learner from the telemetry team!")