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