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