Answer:
Use GitHub or stackoverflow for this answer
Explanation:
It helps with programming a lot
Answer: Hello the question is incomplete below is the missing part
Question: determine the temperature, in °R, at the exit
answer:
T2= 569.62°R
Explanation:
T1 = 540°R
V2 = 600 ft/s
V1 = 60 ft/s
h1 = 129.0613 ( value gotten from Ideal gas property-air table )
<em>first step : calculate the value of h2 using the equation below </em>
assuming no work is done ( potential energy is ignored )
h2 = [ h1 + ( V2^2 - V1^2 ) / 2 ] * 1 / 32.2 * 1 / 778
∴ h2 = 136.17 Btu/Ibm
From Table A-17
we will apply interpolation
attached below is the remaining part of the solution
Answer:
I think reduce your following distance
Answer:
1
Created on Nov 3, 2018 @author: ASLand
7import atexit
#Read, nanes of both files
Rrintll"Enter tvo files to be compared below
userliamel input ("Enter the nome of the first file: ")
userliame2 input("Enter the name of the second file: ")
ROpen each file
f1 - open(userNamel, r')
@17 f2 = opan(useriame 2, )
tread all the lines into a list
d1 f1.readlines ()
d2 f2.readlines()
re equivalent, print "Yes" else pri
oiterate, and conpare
#11
the
y
if dl == d2:
print("Yes")
atexit
elif for i in range(@, min(len (d1), len(d2))):
if di[i]!=d2[i]:
PCint("No")
print(d1[i])
pcint(d2[])