diff --git a/individual_introductions/tyler_abbassi.py b/individual_introductions/tyler_abbassi.py new file mode 100644 index 0000000..bfb4988 --- /dev/null +++ b/individual_introductions/tyler_abbassi.py @@ -0,0 +1,4 @@ +def intro(): + print('Hello! My name is Tyler Abbassi, and I am a 1st year Computer Engineering major. ' + + 'I have some experience with programming in C and javascript, but I am more than excited to ' + + 'learn everything I can from RRPL. So excited to meet you all and get to work!\n') \ No newline at end of file