Guest User

Untitled

a guest
Nov 8th, 2018
126
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. import yaml
  2.  
  3. sample_dict = {
  4. "username": "User",
  5. "password": "Password",
  6. }
  7. yaml_data = [sample_dict, sample_dict]
  8.  
  9. print(yaml.dump(yaml_data))
Add Comment
Please, Sign In to add comment