python3.14-pyyaml/tests/smoke/pyyaml_dump.py
2025-11-28 11:56:26 +01:00

4 lines
137 B
Python

#!/usr/bin/env python
import yaml
print(yaml.dump({'name': 'Silenthand Olleander', 'race': 'Human', 'traits': ['ONE_HAND', 'ONE_EYE']}))