Print hollow rectangle of * with r rows and c columns.
Write a complete program: read the input with input() and print the result with print().
input()
print()
Input
4 6
Output
****** * * * * ******