Quick question about the built in python list object. Say you have a list with the numbers 0 - 99. You are writing a program that takes the last item in the list and uses
List indexing in python is always of O(1).
For further details on time complexity follow this link