HomeAboutMeBlogGuest
© 2025 Sejin Cha. All rights reserved.
Built with Next.js, deployed on Vercel
장지원 페이지/
DGIST CV lab (My page)
DGIST CV lab (My page)
/
📔
Notes
/
Did: CODA lab을 통한 결과 출력

Did: CODA lab을 통한 결과 출력

날짜
Feb 14, 2025
상태
완료
선택
구현
import json with open("results.json", "r") as f: data = json.load(f) with open("results.json", "w") as f: json.dump(data, f, indent=4) # 보기 쉽게 저장
이 코드로 results 줄바꿈 후 zip 형태로 넣어주기