Quick question: how did you learn to code? It probably wasn’t bribing someone a year or two ahead of you in CS to finish all ...
The prefixes it checks do not all have to be the same length. If more than one prefix matches, it will return the longest one. If nothing matches, it will return (None, &input). Since the matchers ...