Question: In python using If statements The following table contains earthquake magnitude ranges on the Richter scale and their descriptors: Magnitude Less than 2.0 2.0 to

In python using If statements
The following table contains earthquake magnitude ranges on the Richter scale and their descriptors: Magnitude Less than 2.0 2.0 to less than 3.0 3.0 to less than 4.0 4.0 to less than 5.0 5.0 to less than 6.0 6.0 to less than 7.0 7.0 to less than 8.0 8.0 to less than 10.0 10.0 or more Descriptor Micro Very minor Minor Light Moderate Strong Major Great Meteoric Write a program that reads a magnitude from the user and displays the appropriate descriptor as part of a meaningful message. For example, if the user enters 5.5 then your program should indicate that a magnitude 5.5 earthquake is considered to be a moderate earthquake
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
