Can someone help me in this python3 Exercise

1 user will provide a length and width for an array
2 you will not create the array(list), instead you will simple print out each value
3 the value of an element is the result of its roe multiplied by its column
4 for each value that is less than 10 replante it with a at symbol
5Print the array out in the form of an array. An example is displayed below with an input of 8 and 8.

Can someone help me in this python3 Exercise 1 user will provide a length and width for an array 2 you will not create the arraylist instead you will simple pri class=