Read n (odd). Print an hourglass pattern of stars.
Write a complete program: read the input with input() and print the result with print().
input()
print()
Input
5
Output
* * * * * * * * * * * * * * * * *