Starting from:

$15

Function that returns a list with all the numbers from 1 to n

Write a function that returns a list with all the numbers from 1 to n (inclusive) that are a multiple of mm . The function should have as parameters the numbers n and m , and return a list with the qualifying numbers.print all the numbers from 1 to n (inclusive) that they are multiples of m. The values of n and m should be stored in Python variables

More products