Skip to content

Commit 161ee70

Browse files
ShyamShyam
authored andcommitted
Github Traing: *shyam* *srikant*
1 parent f657ad7 commit 161ee70

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

introductions/shyamsrikant.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
def intro():
2+
print('Hi! My name is Shyam Srikant. I\'m a freshman Aerospace Major.' +
3+
'\nI\'ve just joined AIAA and RPL. I hope to contribute alot\n')

main.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
from introductions import mokshithanelluri
1111
from introductions import matthewschaming
1212
from introductions import sophiaabbassi
13+
from introduction import shyamsrikant
1314
# Put all imports above this line
1415

1516
def main():
@@ -22,6 +23,7 @@ def main():
2223
mokshithanelluri.intro()
2324
matthewschaming.intro()
2425
sophiaabbassi.intro()
26+
shyamsrikant.intro()
2527
# Call you intro function above this line
2628

2729

0 commit comments

Comments
 (0)