Given an integer N, print the pattern shown below.
Examples:
Input: N=5Output: 👁 star-pattern Input: N=3Output: 👁 Screenshot-2026-03-10-181656
Input: N=5
Output:
Input: N=3
* * * * * * * *