online compiler and debugger for c/c++

code. compile. run. debug. share.
Source Code    Language
from collections import OrderedDict l = ['1,a','2,b','3,c'] list = {} od = OrderedDict() for text in l: convertToDict = text.split(",") list[convertToDict[0]] = convertToDict[1] od[convertToDict[0]] = convertToDict[1] print(list) print(od)

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