keep updated

This commit is contained in:
xiaolai
2024-03-30 08:36:04 +08:00
parent 3b44b2932b
commit 1e881a4045
6 changed files with 4 additions and 6 deletions

View File

@@ -197,7 +197,7 @@
},
{
"cell_type": "code",
"execution_count": 1,
"execution_count": 2,
"id": "cecefa85-b37d-457e-9e99-e582dabdfb9f",
"metadata": {},
"outputs": [
@@ -205,8 +205,6 @@
"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"
]
}
@@ -218,7 +216,7 @@
"import edge_tts\n",
"import pygame\n",
"\n",
"TEXT = \"class\"\n",
"TEXT = \"fruitless\"\n",
"Wordlist = TEXT.split(\",\")\n",
"\n",
"for w in Wordlist:\n",