Answer:
Map and avoid high-risk zones.
Build hazard-resistant structures and houses.
Protect and develop hazard buffers (forests, reefs, etc.)
Develop culture of prevention and resilience.
Improve early warning and response systems.
Build institutions, and development policies and plans.
Explanation:
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:d
Explanation:
Given
Temperature
Also 
R=287 J/kg
Flow will be In-compressible when Mach no.<0.32
Mach no.
(a)
Mach no.
Mach no.=0.63
(b)
Mach no.
Mach no.=0.31
(c)
Mach no.
Mach no.=1.27
(d)
Mach no.
Mach no.=0.127
From above results it is clear that for Flow at velocity 200 km/h ,it will be incompressible.