subject
Engineering, 27.11.2019 20:31 annieeeeer

Given a variable temps that refers to a list, all of whose elements refer to values of type float , representing temperature data, compute the average temperature and assign it to a variable named avg_temp . besides temps and avg_temp , you may use two othervariables -- k and total .my solution below didn't work. i wonder how to go about this problem. temps = []avg_temp = 0.0total = 0.0for k in range(temps): total += kavg_temp = total/len(temps)

ansver
Answers: 3

Another question on Engineering

question
Engineering, 04.07.2019 18:20
Determine the damped natural frequencies and the steady state response of a decoupled damped forced two degrees of freedom system. 10ä1 + 2q1 20q1 10 cos t; 10q2 +4q2 + 40q2 10 cos t
Answers: 3
question
Engineering, 04.07.2019 19:20
A5 kg block of fe is dropped into a very large vat of water. the fe and water initial temperatures are 95 and 25 c, respectively. the fe final temperature is 25 c and the water can be treated as a thermal reservoir,. treated as a thermal reservoir take the water to be the system and determine the entropy generation. report vour answer in kj/k.
Answers: 1
question
Engineering, 06.07.2019 03:20
Figure out the odd statement about ceramics in the following (a) good insulators of heat and electricity (b) usually less desire than metals (c) ductile in nature (d) contains both metallic and nonmetallic elements
Answers: 3
question
Engineering, 06.07.2019 04:10
Water flows at the rate of 200 i/s upwards through a tapered vertical pipe. the diameter at marks(3) clo5) the bottom is 240 mm and at the top 200 mm and the length is 5m. the pressure at the bottom is 8 bar, and the pressure at the topside is 7.3 bar. determine the head loss through the pipe. express it as a function of exit velocity head.
Answers: 3
You know the right answer?
Given a variable temps that refers to a list, all of whose elements refer to values of type float ,...
Questions
Questions on the website: 13722362