Pattern 19
easy
1. You are given a number n. 2. You've to write code to print the pattern given in output format below
Constraints
1 <= n <= 10 Also, n is odd.
Format
Input
A number n
Output
Example
Sample Input
3
Sample Output
* * *
* * *
* * *
Question Video