2 lines
105 B
Python
2 lines
105 B
Python
def extract(data: dict, mission: str) -> float:
|
|
return data["surveys"][mission]["event"][-1]["time"]
|