https://stackoverflow.com/questions/46249784/how-can-i-pop-the-list-element-from-front
Sep 16, 2017 · The pop method accepts an argument, which is the index to pop. The default is -1, which indicates the last element. To pop the firs element, you do: ... Check the d