This is my attempt to code an array implementation of a queue in python. All methods are working fine, but I don\'t understand why my Dequeue method isn\'t working. There is