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