Files
third_party_pyyaml/tests/legacy_tests/data/construct-python-tuple-list-dict.code
T
2025-06-03 18:05:06 +08:00

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