Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 290 Bytes

instructions.append.md

File metadata and controls

8 lines (7 loc) · 290 Bytes

Instructions append

You can make the following assumptions about the inputs to the sum_of_multiples function:

  • All input numbers are non-negative ints, i.e. natural numbers including zero.
  • A list of factors must be given, and its elements are unique and sorted in ascending order.