online compiler and debugger for c/c++

code. compile. run. debug. share.
Source Code   
Language
lst3 = [1, 6, 7, 10, 13, 28] lst4 = [[13, 17, 18, 21, 32], [7, 11, 13, 14, 28], [1, 5, 6, 8, 15, 16]] lst5 = [list(filter(lambda x: x not in sublist, lst3)) for sublist in lst4] print(lst5)

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