Question: Using python, Write a function triangle(num) which prints the following for triangle(5) using at least two while loops only: ***** *** * And for triangle(6):
Using python, Write a function triangle(num) which prints the following for triangle(5) using at least two while loops only:
***** *** *
And for triangle(6):
****** **** **
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
