import requests response = requests.get("http://localhost:8080/api/v1/sum-even-number", json={ "n": int(input()) }) if response.ok: data = response.json() print(data["sum"])
이러면 되냐??
import requests response = requests.get("http://localhost:8080/api/v1/sum-even-number", json={ "n": int(input()) }) if response.ok: data = response.json() print(data["sum"])
이러면 되냐??
저걸 알려줘야지 ㅅㅂㅋㅋ
http://localhost:8080/api/v1/sum-even-number
요거 넣으면 자동임?
블랙박스라는 유우머임