Skip to content
This repository has been archived by the owner on Jun 29, 2024. It is now read-only.

Commit

Permalink
Merge pull request #16 from Rutgers-RPL/cy-westbrook-github-training
Browse files Browse the repository at this point in the history
GitHub Training Additions & Changes
  • Loading branch information
shivammpat authored Oct 20, 2023
2 parents 1bf7625 + fd74576 commit 0dddfa4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions individual_introductions/cy_westbrook.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
def intro(n=1):
print("\033[92mHi my name is "+"Cy "*n+"\033[0m"+"\n\033[96mvisit my website: https://cy2.me\033[0m")
2 changes: 2 additions & 0 deletions main.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
from individual_introductions import jason_merchan
from individual_introductions import aj_lipiarski
from individual_introductions import william_lydon
from individual_introductions import cy_westbrook

def main():

Expand All @@ -25,6 +26,7 @@ def main():
aj_lipiarski.intro()
harris_ransom.intro()
william_lydon.intro()
cy_westbrook.intro(32)

if __name__ == '__main__':
main()

0 comments on commit 0dddfa4

Please sign in to comment.