dic

  • Dictionaries (Python)

    Dictionaries (Python)

    In this post we will discuss about how we declared and assign a values to dictionary.. Dictionary is nothing but a bunch of values having iits key : value pair method What is key value pair method let’s understand this with a written code below… Code that written above is work on key :…