Write a function that takes a number and prints its multiplication table.

Write a function that takes a number (n) and prints the sum of the numbers 1 to n.

Write a function that takes a number and prints a list of its digits. So for 2342 it should print [2,3,4,2].

Home