PyYAML/tests/smoke/pyyaml_dump.py
2026-07-03 10:00:31 +02: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']}))