android13/external/python/pyyaml/tests/data/recursive-tuple.recursive

4 lines
66 B
Plaintext
Raw Normal View History

2024-06-22 08:45:49 -04:00
value = ([], [])
value[0].append(value)
value[1].append(value[0])