くだすれPython(超初心者用) その7

このエントリーをはてなブックマークに追加
7デフォルトの名無しさん
it = iter('abcdefgh')
map(operator.add, it, it)