Question: PYTHON 1 Overview A publisher has asked you to develop software to create clever text banners using ascii art. For example the word hello could

PYTHON

1 Overview A publisher has asked you to develop software to create clever text banners using ascii art. For example the word hello could be rendered:

1 # # #

2 ### ### # # ###

3 # # ## # # # #

4 # # ### ## ## ###

4 Lab Instructions Do this part in lab: You should implement a function called "print_banner" that takes a string input for what to print and a second input to signify if the banner is horizontal or vertical. This lab will be easy if you use lists and dictionaries effectively and tedious if you dont! The font size and design is up to you (although four is the minimum height).

When you have completed the lab run pep8 against your code until all formatting errors have been corrected and your code is PEP 8 compliant. See the Getting Started lab if you need instructions on running the program, or the pep8 documentation found here. Then submit your code along with your lab report.

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!