keep updated

This commit is contained in:
xiaolai
2024-04-09 07:21:48 +08:00
parent f689d60b83
commit 3f05b69020
11 changed files with 9 additions and 3 deletions

View File

@@ -197,7 +197,7 @@
},
{
"cell_type": "code",
"execution_count": 4,
"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 = \"focus\"\n",
"TEXT = \"door,short,poor,your\"\n",
"Wordlist = TEXT.split(\",\")\n",
"\n",
"for w in Wordlist:\n",