3번째 줄에 있는 rjson = r.json()은 무슨 뜻인가요?
작성한 코드 및 에러 메세지
import requests # requests 라이브러리 설치 필요 r = requests.get('http://spartacodingclub.shop/sparta_api/seoulair') rjson = r.json() print(rjson)