Absolute positions — latitudes and longitudes
Relative positions — azimuths, bearings, and elevation angles
Spherical distances between point locations
(E. Call the hospital to take them away
Answer:0.1898 Pa/m
Explanation:
Given data
Diameter of Pipe
Velocity of water in pipe
We know viscosity of water is
Pressure drop is given by hagen poiseuille equation

We have asked pressure Drop per unit length i.e.

Substituting Values

=0.1898 Pa/m
Answer:
The code is attached.
Explanation:
I created a string s including 6 colors with spaces in between. Then I converted the string into a list x by using split() method. I used three different methods for removing elements from the list. These methods are remove(), pop() and del.
Then I used methods append(), insert() and extend() for adding elements to the list.
Finally I converted list into a string using join() and adding space in between the elements of the list.