Answer:
When you come to an intersection, follow this important rule (left, right, left). Look to the left first because vehicles coming from the left are closer to you. Look to the right. Take one more look to the left before you pull out.
Explanation:
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
Explanation:
only the radius of the circle as a result of shear strain change.
Answer:
Q = 424523.22 kw
Explanation:

k = 48.9 W/m - K
c = 0.115 KJ/kg- K


T_∞ = 35 degree celcius
velocity of air stream = 15 m/s
D = 40 cm
L = 200 cm
mass flow rate




solving for h

h = 675.6 kw/m^2K

Q = 675.6*2.513*(285-35)
Q = 424523.22 kw