Answer:
Explanation:
The pressure drop is directly proportional to the length of the pipe. Then, the new pressure drop is two time the previous one.
BRIGHT HEADLIGHTS
AND SEVERE WEATHER CONDITIONS
Answer:
for 1st question the answer is 5th option.
for 2nd question the answer is 2nd option
hope it helps you mate
please mark me as brainliast
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.