#
# Every homework and discussion assigmnent MUST contain this hawkID function,
# modified to return your own Hawk ID
#
# Note that your HawkID is all (or mostly) letters. It is not your ID number.
#
# Replace 'yourhawkid' with your Hawk ID (e.g. change "yourhawkid" to "cremer")
#
def hawkID():
    return("yourhawkid") 

