fix indentation
This commit is contained in:
@@ -60,7 +60,7 @@
|
|||||||
"Green, Yellow, Miss = 'GY.'\n",
|
"Green, Yellow, Miss = 'GY.'\n",
|
||||||
"\n",
|
"\n",
|
||||||
"! [ -e wordle-small.txt ] || curl -s -O \\\n",
|
"! [ -e wordle-small.txt ] || curl -s -O \\\n",
|
||||||
"https://raw.githubusercontent.com/norvig/pytudes/main/ipynb/wordle-small.txt\n",
|
" https://raw.githubusercontent.com/norvig/pytudes/main/ipynb/wordle-small.txt\n",
|
||||||
"words = open('wordle-small.txt').read().upper().split() # 2,315 target words\n",
|
"words = open('wordle-small.txt').read().upper().split() # 2,315 target words\n",
|
||||||
"\n",
|
"\n",
|
||||||
"@cache\n",
|
"@cache\n",
|
||||||
|
|||||||
Reference in New Issue
Block a user