Home > Net >  Wordle code doesn't work properly? Python 3.10.7
Wordle code doesn't work properly? Python 3.10.7

Time:10-12

I'm currently writing a small Wordle game, which analyzes a guess word against a randomly selected word from a dictionary; however, there's an issue with it.

Here's my code:

SQUARES = {
    'correct_place': '           
  • Related