Skip to content

Latest commit

 

History

History

fixme-get-full-name

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

The code provided is supposed return a person's Full Name given their first and last names.

But it's not working properly.

Notes

The first and/or last names are never null (None in Python), but may be empty.

Task

Fix the bug so we can all go home early.