What was that? An animal that starts with "A" and ends with "Guma".
At that time, in my head Let's stop following the Japanese syllabary such as aguma, aiguma, auguma, and so on.
Open Terminal and type python
.
Then enter the following:
> >> ['A' + chr (i) +'Guma' for i in range (ord ('a'), ord ('n') +1)]
And I'm sure you will remember.
Memories of my childhood playing with ** badger **.
" A * Guma "
.If you connect to the Google search count API and sort and output a certain character string in descending order of the number of searches, you can get a word similar to that word.
ex) When you remember tie pin
, search for tai * n
. Outputs in descending order of the number of searches, such as taiwan
, taiman
, taidan
, and taipin
.
Recommended Posts