Question: PYTHON ANACONDA Write a program using nested for loops that takes a positive integer and displays output like the following: first example, n = 9
PYTHON ANACONDA
Write a program using nested for loops that takes a positive integer
and displays output like the following:
first example, n = 9 (odd)
*
**
***
**
*
next example, n = 12 (even)
*
**
***
***
**
*
Give some example output with your code.
(note: I have very little experience in computer science and have never seen a function like this, please help)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
