Question: Given input characters for an arrowhead and arrow body, print a right - facing arrow. Ex: If the input is: # Then the output

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)
```
Given input characters for an arrowhead and arrow

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!