Rookie's Lab
  • Home
  • Software Engineering
  • Competitive Programming
  • Beginner's Python
  • About
  • Resume
  • Python: Dictionary and its properties

    Dictionary is a generalization of a List. Dictionary stores (key, value) pair for easier value access in future using the key. We see how it is different from a list and its properties.

    January 10, 2013 - 9 minute read - python python-dict

© 2012-2017 Rookie's Lab

About · Privacy