Answer:
Check the explanation
Explanation:
arrow_base_height = int(input('Enter arrow base height:\n'))
arrow_base_width = int(input('Enter arrow base width:\n'))
arrow_head_width = arrow_base_width
while arrow_head_width <= arrow_base_width:
arrow_head_width = int(input('Enter arrow head width:\n'))
print()
for i in range(arrow_base_height):
for j in range(arrow_base_width):
print('*', end='')
print()
for i in range(arrow_head_width):
for j in range(arrow_head_width-i):
print('*', end='')
print()
Kindly check the code output below.
Answer:
camera operators
directors of photography
Explanation:
Cinematography is simply the art of taking photos and being in charge of cameras in the process of film-making.
There are alternative names for a cinematographer and they include camera operators and directors of photography
The protocol that should be implemented is that one needs to enable hosts on the network to find the IP address.
<h3>What is IP address?</h3>
It should be noted that IP address simply means a unique address that defines a device on the internet.
In this case, the protocol that should be implemented is that one needs to enable hosts on the network to find the IP address.
Learn more about IP address on:
brainly.com/question/24930846
#SPJ12
Answer:
Un cursograma permite representar gráficamente procedimientos administrativos. Constituyen instrumentos importantes para la visualización global y esquemática del conjunto de tareas administrativas.