跳至內容

Z13091:調整以後无蜀樣兮地方

來自Wikifunctions
double trailing single t
don’t double consonants after two vowels
第14行: 第14行:
"Z61K1": "python"
"Z61K1": "python"
},
},
"Z16K2": "def Z13087(Z13087K1):\n\tif Z13087K1.endswith('n') \\\n\t\t\tand not Z13087K1.endswith('nn'):\n\t\treturn Z13087K1 + 'ning'\n\tif Z13087K1.endswith('t') \\\n\t\t\tand not Z13087K1.endswith('tt'):\n\t\treturn Z13087K1 + 'ting'\n\treturn Z13087K1 + 'ing'"
"Z16K2": "def Z13087(Z13087K1):\n\timport re\n\tif Z13087K1.endswith('n') \\\n\t\t\tand not Z13087K1.endswith('nn') \\\n\t\t\tand not re.search(r'[aeiou][aeiou]n$', Z13087K1):\n\t\treturn Z13087K1 + 'ning'\n\tif Z13087K1.endswith('t') \\\n\t\t\tand not Z13087K1.endswith('tt') \\\n\t\t\tand not re.search(r'[aeiou][aeiou]t$', Z13087K1):\n\t\treturn Z13087K1 + 'ting'\n\treturn Z13087K1 + 'ing'"
}
}
},
},

2024 nièng 2 nguŏk 10 hô̤ (六) 11:13兮版本

此頁面以沒有JavaScript的方式顯示