Have you played #Wordle yet? It's a challenging puzzle game where you have to guess a five-letter word. Here's how you can use #Python to generate an efficient strategy to guess the word for you. inspiredpython.com/article/solvin…
1
3
12
0
1
Download Image
@InspiredPython Wordle 209 3/6 ⬜🟩⬜⬜⬜ 🟩🟩⬜⬜🟨 🟩🟩🟩🟩🟩 Thanks @mickeynp! That was really cool example! I learned a few things incl. availability of /usr/share/dict/words [on Mac] and docs.python.org/3/library/coll… [for which I had to upgrade my Python to 3.10] 🤓