Skip to content
Advertisement

Tag: fifo

how to do a dictionary that give the output with a fifo process

i am searching a method or library that use a dict that allow method like: element_dict_in({‘polo’:789}),and element_dict_out() that return me the first relation that was put in the dictionary, the 2 method that i mentioned before are not implemented,it is for clarify my idea: for example: i find this link pythonic way for FIFO order in Dictionary but for my

Advertisement