Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Python prugam 2 Problem This problem, at a minimum, requires you to implement the following functionality. It is to read a contains the letters T.

image text in transcribed
image text in transcribed
Python prugam 2 Problem This problem, at a minimum, requires you to implement the following functionality. It is to read a contains the letters T. I, and print the banner characters for every character the input text. The banner characters must be printed vertically. The width and height of each banner character is also input by the user. Each banner character must be separated from the next by two blank lines. The code for printing the banner characters must be divided into multiple functions with one separate function per letter. The functions must have the appropriate parameters such as width, height, etc. If you do not do a minimum division (of the functionality). you will likely lose up to 10 points out of 30 (for the submission part). On the other hand, if you exceed the minimal expectations and produce very structured code, you may get up to an additional 10 points. Your goal must be to factor out common code to the extent possible If you cleverly structure your program, you will see that it is not very difficult to incorporate additional letters too much extra will get up to 3 points for each extra letter for a maximum of 15 points. I will consider no more than 5 letters. the Each character must be printed using the corresponding upper-case letter. For example, banner character for E must be printed using E and the banner character for L must be printed using Each banner character must fit the width and height accepted by the program. I will let you judge what the best values are for width and height for the different parts of each banner character. But unreasonable values will not receive full credit. The parts of the different banner characters must also be mutually consistent: for example, the middle horizontal bar of the baauer character for E must be as high as the long horizontal bar of the banner character for L You could expect some discrepancies in heights among the banner characters because the height and width may be evenly divisible by the constants you chose. The interaction must follow the prompts and displays given under SampleExecution. 3 Sample Execution Here is a sample execution

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Introduction To Constraint Databases

Authors: Peter Revesz

1st Edition

1441931554, 978-1441931559

More Books

Students also viewed these Databases questions

Question

How does clustering in unsupervised learning help in data analysis?

Answered: 1 week ago