Skip to content

Commit

Permalink
Ian quaye GitHub training (#8)
Browse files Browse the repository at this point in the history
* GitHub Training: Ian Quaye

* Fixed Commenting

---------

Co-authored-by: Ian Quaye <[email protected]>
Co-authored-by: Shivam Patel <[email protected]>
  • Loading branch information
3 people authored Sep 30, 2024
1 parent 5ed14b4 commit 7ae6185
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions introductions/ianquaye.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
def intro():
print('Hi! My name is Ian Quaye. I\'m a Sophmore majoring in Computer Science and major.' +
'\nI am excited to join the team and I hope I will be able to be helpful to you all this year.'+
'\nI enjoy playing video games, whistling, and I am trying to learn how to cook.\n')
4 changes: 2 additions & 2 deletions main.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,21 +5,21 @@
from introductions import shivampatel # import the file containing your individual introduction blurb
from introductions import kashvichandwani
from introductions import ivanz
from introductions import ianquaye
from introductions import aaronordonez
from introductions import mokshithanelluri
from introductions import matthewschaming

# Put all imports above this line

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

# Call you intro function above this line


Expand Down

0 comments on commit 7ae6185

Please sign in to comment.