online compiler and debugger for c/c++

code. compile. run. debug. share.
Source Code    Language
def howManytimes(inList, target): count = 0 for i in range(len(inList)): entry = inList[i] if entry == target: count = count + 1 return count print(howManytimes([1,2 , 3, 4, 5, 4, 3, 3, 1, 3, 4], 3))

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