yaml2ical/libs/PyYAML-3.10/tests/data/construct-python-tuple-list-dict.code

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},
]