keep updated

This commit is contained in:
xiaolai
2024-03-24 22:14:42 +08:00
parent cd6ef3a3dd
commit 8b01a79c64
14 changed files with 18 additions and 22 deletions

View File

@@ -162,7 +162,7 @@
},
{
"cell_type": "code",
"execution_count": 37,
"execution_count": 40,
"id": "00939422-fbf9-4842-b82a-b6106624c075",
"metadata": {},
"outputs": [
@@ -179,7 +179,7 @@
"import edge_tts\n",
"import pygame\n",
"\n",
"TEXT = \"boot,book\"\n",
"TEXT = \"more\"\n",
"Wordlist = TEXT.split(\",\")\n",
"\n",
"for w in Wordlist:\n",
@@ -207,7 +207,7 @@
},
{
"cell_type": "code",
"execution_count": 31,
"execution_count": 39,
"id": "474c3f39-11ed-4d0a-b039-63df8b270044",
"metadata": {},
"outputs": [
@@ -224,7 +224,7 @@
"import edge_tts\n",
"import pygame\n",
"\n",
"TEXT = \"ask\"\n",
"TEXT = \"dog,god\"\n",
"Wordlist = TEXT.split(\",\")\n",
"\n",
"for w in Wordlist:\n",