online compiler and debugger for c/c++

code. compile. run. debug. share.
Source Code   
Language
Set=set([0,1,2,3]) test_list=[0,1,2,3] test_list2=[0,1,2,3] res=[(a,b) for a in test_list2 for b in test_list] R1=set() for a,b in res: if a<=b: R1.add((a,b)) else: pass print("Set A:",Set) print("AxA:",res) print("Relation:",R1)

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