Skip to content

Commit 682a75c

Browse files
committed
remove print statement
1 parent 75a9fc2 commit 682a75c

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

python_csv/append_function.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ def get_length(file_path):
55
with open(file_path) as csvfile:
66
reader = csv.reader(csvfile)
77
reader_list = list(reader)
8-
print(reader_list)
98
return len(reader_list)
109

1110
def append_data(file_path, name, email):

0 commit comments

Comments
 (0)