Remove basically works on the value .
Delete and pop work on the index
Remove basically removes the first matching value.
Delete deletes the item from a specific index
Pop basically takes an index and returns the value at that index. Next time you print the list the value doesnt appear.