Hello, I have been using python for a while and I have a question for my code. How do I write a program that returns a multiplication table of a number up to 12. For example multiplication_table(6) would return "6 12 18 24 30 36 42 48 54 60 66 72 "