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

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!