Schrijf twee functies:

>>> first_letter('Patrick')
'P'
>>> first_letter('Claire')
'C'

>>> password('Patrick', 'Goethals')
'pgoethal'
>>> password('Claire', 'Bellens')
'cbellens'