Answer:
Explanation:
= Area of section 1 =
= Velocity of water at section 1 = 100 ft/min
= Specific volume at section 1 =
= Density of fluid =
= Area of section 2 =
Mass flow rate is given by
The mass flow rate through the pipe is
As the mass flowing through the pipe is conserved we know that the mass flow rate at section 2 will be the same as section 1
The speed at section 2 is .
Answer:
#Initialise a tuple
team_names = ('Rockets','Raptors','Warriors','Celtics')
print(team_names[0])
print(team_names[1])
print(team_names[2])
print(team_names[3])
Explanation:
The Python code illustrates or printed out the tuple team names at the end of a season.
The code displayed is a function that will display these teams as an output from the program.
Answer:
bts biot bts biot jungkukkk
jungkukkkbiot
Explanation:
bts biot bts biot jungkukkk
jungkukkkbiot
Answer:
symbolic machine code.
Explanation:
The instructions in the language are closely linked to the machine's architecture.