keep updated

This commit is contained in:
xiaolai
2024-04-14 10:32:19 +08:00
parent 2bd587454c
commit 1d8fd1f392
7 changed files with 101 additions and 13 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 = \"door,short,poor,your\"\n",
"TEXT = \"cat,foot\"\n",
"Wordlist = TEXT.split(\",\")\n",
"\n",
"for w in Wordlist:\n",