Merge pull request #112 from RaphaelWimmer/patch-1

Fix typo: "vrei" → "vier"
This commit is contained in:
Peter Norvig
2022-01-06 11:46:45 -08:00
committed by GitHub

View File

@@ -12,7 +12,7 @@
"\n",
"> ***Four is the only number that has the same amount of letters as its value.*** \n",
"\n",
"We'll call \"*four*\" an **equilength number**. Languages other than English have different equilength numbers. In Italian there's \"tre\", in German \"vrei\", in Spanish and Portuguese \"cinco\", and in Hanyu Pinyin Chinese \"èr\" and \"sān\". French does not have an equilength number. \n",
"We'll call \"*four*\" an **equilength number**. Languages other than English have different equilength numbers. In Italian there's \"tre\", in German \"vier\", in Spanish and Portuguese \"cinco\", and in Hanyu Pinyin Chinese \"èr\" and \"sān\". French does not have an equilength number. \n",
"\n",
"There are also **equilength number expressions** such as \"two plus nine\": its value is 11 and there are 11 letters in the expression (spaces and hyphens don't count). What other integers besides 11 have equilength expressions? In English and in other languages? This notebook will partially answer these questions. \n",
"\n",