[Solved]Write Function Users Pass Arrays Pressure Temperature Return Average Quantity Dictionary S Q37273002
a)write a function to which users can pass arrays of pressureand temperature and will return the average of each quantity as ina dictionary.
second part, return the needed quantities in a tuple or (3rdversion) in a list
b)write a script that will import this function from a file/package /module and use it to compute the average density (p)using the ideal gas law (p=pRT.where R=287)
Use python
Expert Answer
Answer to a)write a function to which users can pass arrays of pressure and temperature and will return the average of each quanti… . . .
OR

