about | help | code help+videos | done | prefs |
list_withoutSevens
Given an list of integers, remove all values of 7. list_withoutSevens([5, 6, 7, 8]) → [5, 6, 8] list_withoutSevens([6, 7, 8]) → [6, 8] list_withoutSevens([1, 7, 7, 2]) → [1, 2] ...Save, Compile, Run (ctrl-enter) |
Progress graphs:
Your progress graph for this problem
Random user progress graph for this problem
Random Epic Progress Graph
Copyright Nick Parlante 2017 - privacy