6 kyu

Multiply list by integer (with restrictions)

439 of 857suic

Description:

Task:

Given a list of integers l, return the list with each value multiplied by integer n.

Restrictions:

The code must not:

  1. contain *.
  2. use eval() or exec()
  3. contain for
  4. modify l

Happy coding :)

Puzzles
Lists
Functional Programming
Restricted

Stats:

CreatedOct 7, 2016
PublishedOct 7, 2016
Warriors Trained1762
Total Skips39
Total Code Submissions8374
Total Times Completed857
Python Completions439
JavaScript Completions447
Total Stars37
% of votes with a positive feedback rating85% of 197
Total "Very Satisfied" Votes151
Total "Somewhat Satisfied" Votes33
Total "Not Satisfied" Votes13
Total Rank Assessments9
Average Assessed Rank
6 kyu
Highest Assessed Rank
6 kyu
Lowest Assessed Rank
7 kyu
Ad
Contributors
  • suic Avatar
  • matt c Avatar
  • smile67 Avatar
  • saudiGuy Avatar
Ad