online compiler and debugger for c/c++

code. compile. run. debug. share.
Source Code    Language
list_1 = [12, 15, 17] # iterating each element def toNumber(anyList): for i in anyList: print(i, end="") print("")#This print statement by default prints a new line toNumber(list_1) toNumber([1,8,4,99]) #Note that the number is not stored anywhere.

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