Answer:
month = input("Input the month (e.g. January, February etc.): ")
day = int(input("Input the day: "))
if month in ('January', 'February', 'March'):
season = 'winter'
elif month in ('April', 'May', 'June'):
season = 'spring'
elif month in ('July', 'August', 'September'):
season = 'summer'
else:
season = 'autumn'
if (month == 'March') and (day > 19):
season = 'spring'
elif (month == 'June') and (day > 20):
season = 'summer'
elif (month == 'September') and (day > 21):
season = 'autumn'
elif (month == 'December') and (day > 20):
season = 'winter'
print("Season is",season)
Explanation:
Answer:
b)1.08 N
Explanation:
Given that
velocity of air V= 45 m/s
Diameter of pipe = 2 cm
Force exerted by fluid F

So force exerted in x-direction


F=0.763 N
So force exerted in y-direction


F=0.763 N
So the resultant force R


R=1.079
So the force required to hold the pipe is 1.08 N.
Answer:
The head loss in Psi is 0.390625 psi.
Explanation:
Fluid looses energy in the form of head loss. Fluid looses energy in the form of head loss when passes through the valve as well.
Given:
Factor cv is 48.
Flow rate of water is 30 GPM.
GPM means gallon per minute.
Calculation:
Step1
Expression for head loss for the water is given as follows:

Here, cv is valve coefficient, Q is flow rate in GPM and h is head loss is psi.
Step2
Substitute 48 for cv and 30 for Q in above equation as follows:


h = 0.390625 psi.
Thus, the head loss in Psi is 0.390625 psi.
Answer: The United States must lead the space race to prevent future wars.
Explanation: Hope this helps
Structure Of The Atom: Our current model of the atom can be broken down into three constituents parts – protons, neutron, and electrons. Each of these parts has an associated charge, with protons carrying a positive charge, electrons having a negative charge, and neutrons possessing no net charge.