Ad
  • Custom User Avatar

    the function is creating dict on the fly. get method of dictionary works like bracket notation i.e dict_name[key] except it returns None instead throwing exception if passed key doesn't exist in the dict.