| about | help | code help+videos | done | prefs |
Given two sets of lists, return every non-intersecting element in a them (starting with the first, then the second). Terminate repeats nonintersect(['Hello'], ['World']) → ['Hello', 'World'] nonintersect(['Every', 'Body'], ['Some', 'Body']) → ['Every', 'Some'] nonintersect([1, 2, 3, 4, 5, 6, 7, 8, 9], [9, 8, 7, 6, 5, 4, 3, 2, 1, 1, 1, 1]) → [] ...Save, Compile, Run (ctrl-enter) |
Progress graphs:
Your progress graph for this problem
Random user progress graph for this problem
Random Epic Progress Graph
Difficulty: 200 Post-solution available
Copyright Nick Parlante 2017 - privacy