Description
CYB/130 Week 2 Python LAB 3.11: Input and formatted output: Right-facing arrow
Given input characters for an arrowhead and arrow body, print a right-facing arrow.
Ex: If the input is:
*
#
Then the output is:
     #
******##
******###
******##
     #
Reviews
There are no reviews yet.