Question: Write a Python Program to create a rhombus with numbers using the proper nested For loop . Cannot use import function and well as def
Write a Python Program to create a rhombus with numbers using the proper nested "For" loop. Cannot use import function and well as def Pattern. It should look like the picture below.
Enter a maximum number of stars in odd number: 9 1 333 55555 7777777 999999999 7777777 55555 333 1 Enter a maximum number of stars in odd number: 8 Enter an odd number! Enter a maximum number of stars in odd number: 9 1 333 55555 7777777 999999999 7777777 55555 333 1 Enter a maximum number of stars in odd number: 7 1 333 55555 7777777 55555 333 1
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
