texting, phone calls, putting on makeup, brushing hair, movies playing in car, loud music, children, and that's pretty much all I could think of
please give <u>BRAINLIEST ANSWER └[T‸T]┘</u>
Using the knowledge of computational language in python it is possible to write a code that writes a list and defines the arrange.
<h3>Writing code in python:</h3>
<em>def isSorted(lyst):</em>
<em>if len(lyst) >= 0 and len(lyst) < 2:</em>
<em>return True</em>
<em>else:</em>
<em>for i in range(len(lyst)-1):</em>
<em>if lyst[i] > lyst[i+1]:</em>
<em>return False</em>
<em>return True</em>
<em>def main():</em>
<em>lyst = []</em>
<em>print(isSorted(lyst))</em>
<em>lyst = [1]</em>
<em>print(isSorted(lyst))</em>
<em>lyst = list(range(10))</em>
<em>print(isSorted(lyst))</em>
<em>lyst[9] = 3</em>
<em>print(isSorted(lyst))</em>
<em>main()</em>
See more about python at brainly.com/question/18502436
#SPJ1
Well this question is though because we have never seen such a thing ! and to be quite frank when that happens , nothing good comes from it. Black Holes
Answer:
modulus of elasticity for the nonporous material is 340.74 GPa
Explanation:
given data
porosity = 303 GPa
modulus of elasticity = 6.0
solution
we get here modulus of elasticity for the nonporous material Eo that is
E = Eo (1 - 1.9P + 0.9P²) ...............1
put here value and we get Eo
303 = Eo ( 1 - 1.9(0.06) + 0.9(0.06)² )
solve it we get
Eo = 340.74 GPa