syllabic, vowels before l and r

This commit is contained in:
xiaolai
2024-03-02 07:52:32 +08:00
parent f0c3bc1bd2
commit b174a1a73b
31 changed files with 34 additions and 10 deletions

View File

@@ -31,7 +31,7 @@
},
{
"cell_type": "code",
"execution_count": 1,
"execution_count": 3,
"id": "9aad6634-e833-4ec4-b285-84e051329712",
"metadata": {},
"outputs": [
@@ -39,8 +39,6 @@
"name": "stdout",
"output_type": "stream",
"text": [
"pygame 2.5.2 (SDL 2.28.3, Python 3.11.5)\n",
"Hello from the pygame community. https://www.pygame.org/contribute.html\n",
"Files created!\n"
]
}
@@ -51,7 +49,7 @@
"import pygame\n",
"\n",
"TEXT = \"\"\"\n",
"academically\n",
"didn't,wouldn't,rhythm\n",
"\"\"\"\n",
"\n",
"Wordlist = TEXT.split(\",\")\n",