Advertisement
Guest User

Untitled

a guest
May 28th, 2015
255
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. #!/bin/python
  2. books={
  3. "books1001":{"isbn:":"1001","title":"Java for Dummies","price":"11.11",$
  4. "books1002":{"isbn:":"1002","title":"Only Java","price":"22.22","qty":"$
  5. "books1003":{"isbn:":"1003","title":"Java ABC","price":"33.33","qty":"3$
  6. "books1004":{"isbn:":"1004","title":"Java 123","price":"44.44","qty":"4$
  7. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement