Home /
Expert Answers /
Computer Science /
python-lab2b-design-and-implement-a-program-to-print-out-the-following-shape-using-stars-shift-8-pa742
(Solved):
PYTHON
Lab2B: Design and implement a program to print out the following shape using stars (SHIFT-8) ...
PYTHON
Lab2B: Design and implement a program to print out the following shape using stars (SHIFT-8) and underscores (SHIFT-minus). The filename should be called
Lab2B.py.
Sample run:
___*___
__*_*__
_*_*_*_
*_*_*_*
_*_*_*_
__*_*__
___*___