Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

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

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

Time Series Databases New Ways To Store And Access Data

Authors: Ted Dunning, Ellen Friedman

1st Edition

1491914726, 978-1491914724

More Books

Students also viewed these Databases questions