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