1 Matching Annotations
  1. Sep 2020
      • A dictionary is also like a list where in list only one type of variables need to be and in dictionaries there can be almost any type in one set.
      • A dictionary contains a collection of indices which are called keys and keep any values.
      • In dictionary we use curly brackets and in lists we use square brackets.
      • In a dictionary we can use for loop and it traverse the keys of dictionary.
      • In a dictionary another name for a ey value is pair.
      • Implementation a way of performing a computation.
      • HASHTABLE-The algorithm used to implement python dictionaries.