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
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started