diff --git a/10-Input/Classes/Chinese_Class_2025-11-13.md b/10-Input/Classes/Chinese_Class_2025-11-13.md index 9bc58fd..e06af53 100644 --- a/10-Input/Classes/Chinese_Class_2025-11-13.md +++ b/10-Input/Classes/Chinese_Class_2025-11-13.md @@ -35,6 +35,8 @@ Zuìjìn liúgǎn zài zhōngguó fēicháng yánzhòng Lately the flu in China is very serious 眼睛 +yǎn jīng +eye 亚马逊 Yàmǎxùn @@ -46,6 +48,7 @@ I bought them from amazon - Note: we use shàng translates to "on", as we're buying it on the platform of Amazon 单身 +dān shēn Single 冲绳 diff --git a/_temp_pinyin_script.py b/_temp_pinyin_script.py index 16164e6..432a857 100644 --- a/_temp_pinyin_script.py +++ b/_temp_pinyin_script.py @@ -1,7 +1,7 @@ from pypinyin import pinyin, Style # The phrase to convert -phrase = "眼睛" +phrase = "农村" # Generate pinyin with tone marks pinyin_list = pinyin(phrase, style=Style.TONE)