Advertisement
Guest User

Untitled

a guest
Jul 16th, 2019
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. data = [
  2. {'item': "A", 'price': 100},
  3. {'item': "B", 'price': 200},
  4. {'item': "C", 'price': 300},
  5. {'item': "D", 'price': 800}
  6. ]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement