Are we allowed to use python libraries like collection.defaultdict ?

Hi,
I was wondering for the code that involves creating a new key in a dictionary (hashtable), are we allowed to use python library - collections.defaultdict ?

Comments (0)