about | help | code help+videos | done | prefs |
Given a list of non-negative integers, return a list of those numbers multiplied by 2, omitting any of the resulting numbers that end in 2. two2([1, 2, 3]) → [4, 6] two2([2, 6, 11]) → [4] two2([0]) → [0] ...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: 223
Copyright Nick Parlante 2017 - privacy