online compiler and debugger for c/c++

code. compile. run. debug. share.
Source Code   
Language
#Rewrite the following code to be more concise by replacing the module_2 function with a lambda expression. def is_a_lambda(v): LAMBDA = lambda:0 return isinstance(v, type(LAMBDA)) and v.__name__ == LAMBDA.__name__ assert is_a_lambda(lambda num: num % 2) == True

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