Question: Write a program which will print a hollow diamond in a star pattern using python3, given a size by the user. Example size = 5
Write a program which will print a hollow diamond in a star pattern using python3, given a size by the user.
Example
size = 5
print:

diamond 5 (size must Be odd)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
