mirror of
https://github.com/yaml/pyyaml.git
synced 2026-02-07 10:19:47 +00:00
4 lines
66 B
Text
4 lines
66 B
Text
|
|
value = ([], [])
|
||
|
|
value[0].append(value)
|
||
|
|
value[1].append(value[0])
|