Advertisement
Guest User

Untitled

a guest
Jan 17th, 2018
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. dict = {'result': [
  2. {'title': 'rose', 'price': 1, 'url': 'www.rose.com', 'type': 'flower'},
  3. {'title': 'oak', 'price': 2, 'type': 'tree'},
  4. {'title': 'dog', 'price': 3, 'url': 'www.dog.com', 'type': 'pet'},
  5. {'title': 'cat', 'price': 3, 'type': 'pet'}]}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement