mirror of
https://github.com/yaml/pyyaml.git
synced 2025-10-19 11:03:18 +00:00

Could, as well as should, shall, must, may, can, might, etc. are auxiliary words. After an auxiliary word should come an infinitive verb.
8 lines
275 B
Text
8 lines
275 B
Text
{
|
|
"Bestiary": [
|
|
("aardvark", "African pig-like ant eater. Ugly."),
|
|
("anteater", "South-American ant eater. Two species."),
|
|
("anaconda", "South-American constrictor snake. Scaly."),
|
|
],
|
|
"Numbers": [ ("one", 1), ("two", 2), ("three", 3) ],
|
|
}
|