파이썬 input으로 json 받기

2021. 1. 23. 13:39Study/Programming

반응형
# set

import json

#code

json_data=json.loads(input("data: "))
반응형