how to remove first element of a list in python code example Example: remove first member from list # 0 is the member you want to remove list.pop(0)