FIFO function – manual approach

Python novice here. I am working on an assignment that has me a bit stumped. The goal is set up a simple FIFO system, without using any imported libraries. My attempt so far is incorrect and I am looking for some suggestions on how to fix it. Attempt: requests = [4, 32, 5, 8, 7,… Read More FIFO function – manual approach