We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f4fbc1 commit 5db1babCopy full SHA for 5db1bab
csv_okuma.py
@@ -0,0 +1,5 @@
1
+import csv
2
+
3
+with open("test.csv") as dosya:
4
+ data
5
0 commit comments