Problem # Problem 5 ### Write a function to construct the following pattern, using a nested loop number. ``` Output: 1 22 333 4444 55555 666666 7777777 88888888 999999999 ```