I want to do it in a way that works in both Python 2.7 and Python 3. ... import csv with open("example.csv", encoding="utf8") as csvfile: ...
確定! 回上一頁