사용자 도구

사이트 도구


courses_db_2018_과제3_changelog

문서의 이전 판입니다!


과제3 공지 업데이트

업데이트 내역

FAQ

JSON-Style String –> Python dict

import json
json.loads( json_like_string )

Python Dict-style String –> Python dict

import ast
ast.literal_eval( dict_like_string )
courses_db_2018_과제3_changelog.1543886381.txt.gz · 마지막으로 수정됨: 2021/04/13 06:54 (바깥 편집)