We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 75a9fc2 commit 682a75cCopy full SHA for 682a75c
1 file changed
python_csv/append_function.py
@@ -5,7 +5,6 @@ def get_length(file_path):
5
with open(file_path) as csvfile:
6
reader = csv.reader(csvfile)
7
reader_list = list(reader)
8
- print(reader_list)
9
return len(reader_list)
10
11
def append_data(file_path, name, email):
0 commit comments