Skip to content

Commit cf2ca02

Browse files
authored
Merge pull request #11 from Rutgers-RPL/sophia-abbassi-github-training
Github Training: Sophia Abbassi
2 parents 4092d37 + 00ded29 commit cf2ca02

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

introductions/sophiaabbassi.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
def intro():
2+
print('Hi! My name is Sophie and I am a junior doing Computer Engineering with a Comp Sci minor.\n' +
3+
'I\'ve been apart of HKN as secretary, the marching band, EGC, and I\'m an SOE ambassador\n' +
4+
'I joined to help and get better at coding for when I get a big girl job.\n')

main.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
from introductions import aaronordonez
1010
from introductions import mokshithanelluri
1111
from introductions import matthewschaming
12+
from introductions import sophiaabbassi
1213
# Put all imports above this line
1314

1415
def main():
@@ -20,6 +21,7 @@ def main():
2021
aaronordonez.intro()
2122
mokshithanelluri.intro()
2223
matthewschaming.intro()
24+
sophiaabbassi.intro()
2325
# Call you intro function above this line
2426

2527

0 commit comments

Comments
 (0)