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
Answer:
a. 6 seconds
b. 180 feet
Explanation:
Images attached to show working.
a. You have the position of the truck so you integrate twice. Use the formula and plug in the time t = 7 sec. Check out uniform acceleration. The time at which the truck's velocity is zero is when it stops.
b. Determine the initial speed. Plug in the time calculated in the previous step. From this we can observe that the truck comes to a stop before the end of the ramp.
The general lighting load for a two-story office building that measures 125 feet by 150 feet is 112, 500 sq ft.
<h3>What is lighting load?</h3>
Lighting loads are the energy used to power electric lights and they make up nearly a third of US commercial building energy use.
Lighting load = n(LW)
where;
- L is length of the building
- W is width of the building
- n is number of story building
For one story building, = 3
For two story building, n = 6
Lighting load = 6 x 125 x 150 = 112, 500 sq ft.
Learn more about lighting load here: brainly.com/question/14070748
#SPJ12
Hacking is correcttttttttt