Dancing shark Dancing shark Dancing shark
applicantInfo.py
class 
YourNextEmployee
:
def
__init__
(
self
):
self
.first_name
 = 
"K"
self
.last_name
 = 
"Phan"
self
.university
 = 
"UBC"
self
.major
 = 
Major
.ComputerScience
self
.year_level
 = 
4
self
.isInCoop
 = 
True

def 
getResume
(
self
):

def 
getProjects
(
self
):
return 
Hi!
I'm K