I need help creating a Python program to set up 2 right-angle triangles of asterisks (one right side up, followed by the second one as an upside-down triangle, right underneath the first triangle).  The following is an example: With 3 as the input data, here's the pattern: * ** *** ** * Input Data: An integer between 1 to 50 Set up an input validation loop to ensure the entered data is within range As long as the entered data is not within range, the user is to be prompted repeatedly until the entered data is within range; at that point, then the valid input data is to be used to set up the pattern Sample interactions: Enter an integer between 1 to 50 (message from program) -9  (entered by user) -9  is not between 1 to 50;  enter an integer between 1 to 50 (message from program) 51 (entered by user) 51  is not between 1 to 50;  enter an integer between 1 to 50 (message from program) . . .  (additional incorrect input data and program's response) 5 (entered by user as a valid input data) for example output below:   With 5 as the input data, here's the pattern: * ** *** **** ***** **** *** ** *

Database System Concepts
7th Edition
ISBN:9780078022159
Author:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Chapter1: Introduction
Section: Chapter Questions
Problem 1PE
icon
Related questions
Question

I need help creating a Python program to set up 2 right-angle triangles of asterisks (one right side up, followed by the second one as an upside-down triangle, right underneath the first triangle). 

The following is an example:

With 3 as the input data, here's the pattern:

*

**

***

**

*

Input Data:

  • An integer between 1 to 50
  • Set up an input validation loop to ensure the entered data is within range
    • As long as the entered data is not within range, the user is to be prompted repeatedly until the entered data is within range; at that point, then the valid input data is to be used to set up the pattern
    • Sample interactions:

Enter an integer between 1 to 50 (message from program)

-9  (entered by user)

-9  is not between 1 to 50;  enter an integer between 1 to 50 (message from program)

51 (entered by user)

51  is not between 1 to 50;  enter an integer between 1 to 50 (message from program)

. . .  (additional incorrect input data and program's response)

5 (entered by user as a valid input data)

for example output below:

 

With 5 as the input data, here's the pattern:

*

**

***

****

*****

****

***

**

*

Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 4 steps with 2 images

Blurred answer
Knowledge Booster
Basics of loop
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
Recommended textbooks for you
Database System Concepts
Database System Concepts
Computer Science
ISBN:
9780078022159
Author:
Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:
McGraw-Hill Education
Starting Out with Python (4th Edition)
Starting Out with Python (4th Edition)
Computer Science
ISBN:
9780134444321
Author:
Tony Gaddis
Publisher:
PEARSON
Digital Fundamentals (11th Edition)
Digital Fundamentals (11th Edition)
Computer Science
ISBN:
9780132737968
Author:
Thomas L. Floyd
Publisher:
PEARSON
C How to Program (8th Edition)
C How to Program (8th Edition)
Computer Science
ISBN:
9780133976892
Author:
Paul J. Deitel, Harvey Deitel
Publisher:
PEARSON
Database Systems: Design, Implementation, & Manag…
Database Systems: Design, Implementation, & Manag…
Computer Science
ISBN:
9781337627900
Author:
Carlos Coronel, Steven Morris
Publisher:
Cengage Learning
Programmable Logic Controllers
Programmable Logic Controllers
Computer Science
ISBN:
9780073373843
Author:
Frank D. Petruzella
Publisher:
McGraw-Hill Education