Question: Python Question 1: Create an Emergency class with the following attributes (here emg_type is the emergency type, such as Fire, Medical, and Alarm): address, emg_type,
Python Question 1: Create an Emergency class with the following attributes (here emg_type is the emergency type, such as Fire, Medical, and Alarm):
address, emg_type, caller, date_time, x, y, z
- Create an emergency object (as if an emergency call is received) with the above attributes (use current time as time, and use random x, y, z as coordinates).
- Create a report method to generate an emergency message such as:
Fire at 9988 Main St., Sacramento, CA. Caller: 940-000-1122, 2021-01-22 16:57:59.904000, location (0, 0, 0)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
