I am able to get this far but don't know how to combine stars with the numbers

https://ide.codingblocks.com/s/68088

just add str(num) + “**”
or “* {}”.format(num)
you can try any of these method to concatenate string with int according to your question