online compiler and debugger for c/c++

code. compile. run. debug. share.
Source Code    Language
import csv def rollCall(filename): f = open(filename) r = csv.reader(f) names = [] for row in r: names.append(row[1]) print(names) rollCall("names.csv")
1,chris 2,bob 3,harry

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