Say I have a list of tuples, and I need to split that list by a certain tuple, like ("sym","semicolon")
, similar to the str.split method. How would I go about doing that?
For further actions, you may consider blocking this person and/or reporting abuse
Top comments (1)
Can you please post code of what you've tried, and a bit more clear description of what you are trying to accomplish. Maybe put example input, and expected output.