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

7 lines
104 B
Plaintext
Raw Normal View History

2024-06-22 08:45:49 -04:00
[
[1, 2, 3, 4],
(1, 2, 3, 4),
{1: 2, 3: 4},
{(0,0): 0, (0,1): 1, (1,0): 1, (1,1): 0},
]