online compiler and debugger for c/c++

code. compile. run. debug. share.
Source Code    Language
def chunks(d, s): # list comprehension return [d[i: i+s] for i in range(0, len(d), s)] input_data = [ 4, 5, 5, 6, 5, 4, 5, 4, 5, 5, 3, 3, 5, 2, 4 ] print(chunks(input_data, 5))

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