このページに関してのお問い合わせはこちら
くだすれPython(超初心者用) その7
ツイート
7
:
デフォルトの名無しさん
:
2010/04/25(日) 23:49:25
it = iter('abcdefgh')
map(operator.add, it, it)