Skip to content

Commit

Permalink
GitHub Training: *Aaron* *Ordonez* (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
hyperionao authored Sep 20, 2024
1 parent 0d6d5d8 commit 33c9c36
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
3 changes: 3 additions & 0 deletions introductions/aaronordonez.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
def intro():
print("HELLOOOOOOOOO. My name is Aaron Ordonez! I am a junior majoring in both Computer Science and Data Science. \n " +
"I have spent last year on the STAR Weather Balloon team. I'm excited to work with you all!! \n")
4 changes: 3 additions & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,16 @@
from introductions import shivampatel # import the file containing your individual introduction blurb
from introductions import kashvichandwani
from introductions import ivanz
from introductions import aaronordonez
# Put all imports above this line

def main():
# Call your intro function below this line
shivampatel.intro()
kashvichandwani.intro()
ivanz.intro()

aaronordonez.intro()

# Call you intro function above this line


Expand Down

0 comments on commit 33c9c36

Please sign in to comment.