Question: 1- (50 points) Write a Python script that takes an odd integer as an input and prints out a diamond using asterisks. The odd integer
1- (50 points) Write a Python script that takes an odd integer as an input and prints out a diamond using asterisks. The odd integer is the length of the diamond's diameter. For example, if user input is 15, the your code has to print out the following diamond. For example: Please enter an odd integer: 15
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
