android13/external/python/pyyaml/tests/data/construct-python-tuple-list...

7 lines
104 B
Plaintext

[
[1, 2, 3, 4],
(1, 2, 3, 4),
{1: 2, 3: 4},
{(0,0): 0, (0,1): 1, (1,0): 1, (1,1): 0},
]