We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f657ad7 commit 161ee70Copy full SHA for 161ee70
introductions/shyamsrikant.py
@@ -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
@@ -10,6 +10,7 @@
10
from introductions import mokshithanelluri
11
from introductions import matthewschaming
12
from introductions import sophiaabbassi
13
+from introduction import shyamsrikant
14
# Put all imports above this line
15
16
def main():
@@ -22,6 +23,7 @@ def main():
22
23
mokshithanelluri.intro()
24
matthewschaming.intro()
25
sophiaabbassi.intro()
26
+ shyamsrikant.intro()
27
# Call you intro function above this line
28
29
0 commit comments