To ignore the space between the first and last name when counting characters, you can use Python’s built-in replace function to remove the space before using len. This way, the length will only include the letters and not the space. You don’t need to use arrays—just a simple string function will solve the problem.