Question: Hourglass Specification Using Python the program will read a single integer from the user. If the integer is less than 1, it prints an error
Hourglass Specification Using Python the program will read a single integer from the user. If the integer is less than 1, it prints an error message and will stop. The hourglass base case with input 1 displays two lines with one star on each line. Otherwise, it will print a pattern of asterisks or stars (*) as shown below for an input of 4. Note that there are four stars (and spaces) on the first and last lines.

The program must not contain loops. Use recursion!
The code must be fully documented with comments
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
