keep updated

This commit is contained in:
xiaolai
2024-03-07 07:45:57 +08:00
committed by Lyric
parent cbc955e39d
commit 54c075a668
13 changed files with 150 additions and 9 deletions

View File

@@ -31,7 +31,7 @@
},
{
"cell_type": "code",
"execution_count": 4,
"execution_count": 1,
"id": "9aad6634-e833-4ec4-b285-84e051329712",
"metadata": {},
"outputs": [
@@ -39,6 +39,8 @@
"name": "stdout",
"output_type": "stream",
"text": [
"pygame 2.5.2 (SDL 2.28.3, Python 3.12.1)\n",
"Hello from the pygame community. https://www.pygame.org/contribute.html\n",
"Files created!\n"
]
}
@@ -49,7 +51,7 @@
"import pygame\n",
"\n",
"TEXT = \"\"\"\n",
"Alpha,Bravo,Charlie,Delta,Echo,Foxtrot,Golf,Hotel,India,Juliet,Kilo,Lima,Mike,November,Oscar,Papa,Quebec,Romeo,Sierra,Tango,Uniform,Victor,Whiskey,X-ray,Yankee,Zulu\n",
"serendipity\n",
"\"\"\"\n",
"\n",
"Wordlist = TEXT.split(\",\")\n",