79524764

Date: 2025-03-21 07:22:37
Score: 0.5
Natty:
Report link

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.

Reasons:
  • Whitelisted phrase (-1.5): you can use
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Sarah Jacob