The code provided is supposed return a person's Full Name given their first
and last
names.
But it's not working properly.
The first and/or last names are never null (None in Python), but may be empty.
Fix the bug so we can all go home early.
The code provided is supposed return a person's Full Name given their first
and last
names.
But it's not working properly.
The first and/or last names are never null (None in Python), but may be empty.
Fix the bug so we can all go home early.