about | help | code help+videos | done | prefs |
Ensure the list's first element is 7. The list may be empty. listFirst7([1, 4, 9]) → [7, 1, 4, 9] listFirst7([3, 4, 7, 9]) → [7, 3, 4, 7, 9] listFirst7([7, 9, 3, 4]) → [7, 9, 3, 4] ...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
Copyright Nick Parlante 2017 - privacy