Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Input:
- [
- ['a', 'b', 'c'],
- ['d', 'e'],
- ['c', 'e'],
- ['f', 'g']
- ['g', 'j']
- ]
- ======================================
- Output:
- [
- ['a', 'b', 'c', 'd', 'e'],
- ['f', 'g', 'j']
- ]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement