2 lines
84 B
Python
2 lines
84 B
Python
def extract(data: dict) -> int:
|
|
return data["surveys"]["question-age"]["value"]
|