I have this program that calculates the time taken to answer a specific question, and quits out of the while loop when answer is incorrect, but i want to delete the last calcula
just simply use list.pop() now if you want it the other way use : list.popleft()
list.pop()
list.popleft()