mirror of
https://github.com/yaml/pyyaml.git
synced 2025-10-19 19:13:19 +00:00
9 lines
275 B
Text
9 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) ],
|
||
|
}
|