Question: how do I get this to run on visual studio. It keeps crashing testingjson.py import json with open('sel.json')as f: data = json.load(f) for state in
how do I get this to run on visual studio. It keeps crashing
testingjson.py
import json
with open('sel.json')as f:
data = json.load(f)
for state in data['sel']:
msg = state['sel']
print(msg)
sel.json
{
"states":[{"sel":1}]
}
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
