We all know the number of stars on GitHub is an excellent metric for understanding how many people has starred a repo.
⭐⭐⭐ CPython now has 66.6k stars ⭐⭐⭐
❯ gh repo view python/cpython --json stargazerCount
{
"stargazerCount": 66645
}
Can exactly 21 people, and no more, star it to get to 66666?
