Question: Write an application that prompts the user to enter the length of the base of a triangle, and uses that to draw a right-angled triangle
Write an application that prompts the user to enter the length of the base of a triangle, and uses that to draw a right-angled triangle composed of asterisks. Your program should work for triangles of base lengths between 1 and 10.
Step by Step Solution
3.42 Rating (158 Votes )
There are 3 Steps involved in it
You can accomplish this task by writing an application in Python using loops Your program will use t... View full answer
Get step-by-step solutions from verified subject matter experts
