SyntaxFix
Write A Post
Hire A Developer
Questions
I prefer the clean formatting of yaml:
yaml
import yaml print(yaml.dump(cars))
output:
A: color: 2 speed: 70 B: color: 3 speed: 60