Dev-Quest
AI Coding Coach
퀘스트
대시보드
로그인
solution
Python
JavaScript
# 날씨 API 클라이언트 import requests def get_weather(city): pass if __name__ == "__main__": city = input("도시명: ") get_weather(city)
로그인하고 제출
초기화
홈
퀘스트
대시보드