open ( ... )の中身は、ファイル名、読み書きモード、文字コードです。 codecs.open('euc.txt', mode='r', encoding='euc_jp') というように書く事もできます。
確定! 回上一頁