Question: 3 . 1 3 LAB: Input and formatted output: Right - facing arrow LAB 3 . 1 3 . 1 : LAB: Input and formatted

3.13 LAB: Input and formatted output: Right-facing arrow
LAB
3.13.1: LAB: 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:
main.py
base_char = input()
head_char = input()
row1=''+ head_char
''' Type your code here. '''
print(row1)
print(row2)
print(row3)
print(row2)
print(row1)
3 . 1 3 LAB: Input and formatted output: Right -

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 Programming Questions!