Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions introductions/shyamsrikant.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
def intro():
print('Hi! My name is Shyam Srikant. I\'m a freshman Aerospace Major.' +
'\nI\'ve just joined AIAA and RPL. I hope to contribute alot\n')
2 changes: 2 additions & 0 deletions main.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
from introductions import mokshithanelluri
from introductions import matthewschaming
from introductions import sophiaabbassi
from introduction import shyamsrikant
# Put all imports above this line

def main():
Expand All @@ -22,6 +23,7 @@ def main():
mokshithanelluri.intro()
matthewschaming.intro()
sophiaabbassi.intro()
shyamsrikant.intro()
# Call you intro function above this line


Expand Down
Loading