online compiler and debugger for c/c++

code. compile. run. debug. share.
Source Code   
Language
import json # some JSON: x = '{"first": {"Id": "1","Zone": "South", "Product": "toy"}, "second": {"Id": "2","Zone": "North", "Product": "softtoy"}, "third": {"Id": "1", "Zone": "East","Product": "bat"}}' # parse x: y = json.loads(x) for i in y: if y[i]['Id'] == "1": if y[i]['Zone'] == "East": print (y[i]['Product'])

Compiling Program...

Command line arguments:
Standard Input: Interactive Console Text

                

                

Program is not being debugged. Click "Debug" button to start program in debug mode.

#FunctionFile:Line
VariableValue
RegisterValue
ExpressionValue