How to print something when HashMap is full

I create my own HashMap with python and I specify the size of hashmap I want to after the hashmap is full and the user try add other slot print something to clarify the hashmap is completed

Comments (3)