Hacker News new | ask | show | jobs
by addandsubtract 4481 days ago
You seem to be counting \0 as a char, or meant to find words less than 7 chars. Either way, there are just over 100 names available with 7 chars.
1 comments

Probably counting \n as a character since Python is pretty good about never dealing with \0's.