Skip to content

Commit 3f2d1c7

Browse files
CSV File
1 parent d417e52 commit 3f2d1c7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

p19.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@
154154

155155

156156

157-
# here we are using from csv import dict....., we can do this by using only import csv, but we don't import csv because if we import csv then python searching for dict... and it may take more time
157+
# here we are using from csv import dict....., we can do this by using only import csv, but we shouldn't import csv because if we import csv then python searching for dict... and it may take more time
158158

159159

160160

@@ -208,7 +208,7 @@
208208

209209

210210

211-
# DictWriter is betterthan Writer
211+
# DictWriter is better than Writer
212212

213213

214214

0 commit comments

Comments
 (0)