keep updated

This commit is contained in:
xiaolai
2024-03-29 08:28:34 +08:00
parent ae6dbac9d1
commit 0e72cac85d
11 changed files with 22 additions and 230 deletions

View File

@@ -197,7 +197,7 @@
},
{
"cell_type": "code",
"execution_count": 17,
"execution_count": 1,
"id": "cecefa85-b37d-457e-9e99-e582dabdfb9f",
"metadata": {},
"outputs": [
@@ -205,6 +205,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"
]
}
@@ -216,7 +218,7 @@
"import edge_tts\n",
"import pygame\n",
"\n",
"TEXT = \"I am,He is,She is,They are,Go away,Do all,Do it,Throw it\"\n",
"TEXT = \"class\"\n",
"Wordlist = TEXT.split(\",\")\n",
"\n",
"for w in Wordlist:\n",