From d00fbd99359ee67d3b75e78dd73e99294d8e2b68 Mon Sep 17 00:00:00 2001 From: Spencer Grimes Date: Sun, 16 Nov 2025 22:30:24 +0900 Subject: [PATCH] "vault backup: 2025-11-16 22:30:24 from Flow" --- 10-Input/Classes/Chinese_Class_2025-11-13.md | 3 +++ _temp_pinyin_script.py | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) 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)